When you use code completion in Java, you can finish selection from the suggestion list with an exclamation mark. So doing, the exclamation mark will be placed before a Boolean method or variable being completed, thus negating the whole expression.

To negate an expression
  1. Start typing an expression, and press ⌃Space⌃Space⌃Space^ Space⌥ Slash.
  2. In the suggestion list, select the desired part of the expression.

    negateExpression1.png

  3. Press ! key. Your expression is completed with negation:

    negateExpression1.png

See Also

Procedures:

Reference:

Getting Started: