You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be a conflict between the Preference "Window->Preferences->JavaScript->Editor->Typing--> 'Automatically close {Braces}'", and maybe own implementation of inserting matching brace?
If you remove the checkmark from the 'Automatically close {Braces}' preference, the editor does not insert unneeded brace anymore, and it all works fine.
If we have this contant:
Enter generates a wrong brace:
The JSDT editor does like this.
The text was updated successfully, but these errors were encountered: