Auto completion?

You can always create a bookmark with the following content and put it in your bookmarks bar:

Enable Auto Close Brackets

javascript:application.editor().setOption("autoCloseBrackets", true);

I have one to disable autocompletition in HTML:

Disable Auto Close Tags

javascript:application.editor().setOption("autoCloseTags", false);
3 Likes