Make pressing Ctrl+space suggest != empty - Mendix Forum

Make pressing Ctrl+space suggest != empty

8

Lazy as I am, I want to have to type as little as possible. On string of characters that I have to type over and over again in expressions is:

!=empty

When, in an expression, you type

$somevariable !

and then press Ctrl+Space, Mendix only comes up with the suggestion !=

This idea hopes to add

!= empty

to this list of suggestions.

asked
1 answers

Yes, and please add by default the second part:

and trim($somevariable) != ''


Or at least add a shortcut key for this expression template.

Created