autocomplete completes to ConnectApi.NewFileAttachmentInput when trying to enter new keyword

Issue #2625 resolved
Jaap Branderhorst created an issue

In an editor type ‘throw new’ and press space to insert a space (expected behaviour). Pressing a space does not insert the space but autocomplete inserts ConnectApi.NewFileAttachmentInput instead of the new keyword.

Workaround: copy/paste the ‘new’ keyword. But this is major functionality, therefore the priority major.

I checked the code completion settings of IntelliJ and MacOS. There are no conflicts. It does not happen if the throw keyword is not in front of it.

Comments (4)

  1. Log in to comment