I’ve asked this question in the discord group, but no answer. Perhaps someone here has a suggestion:
The question is: what is the correct way using the scala intelliJ plugin to enter a close brace without triggering the re-indent code. I don’t want to disable the re-indent feature because 99.999% of the time, I DO WANT the re-indent feature. However, from time to time I just want to one-time enter a literal }.
The best way that I’ve found is to type \} and then delete the \ character.
In emacs I’d type CTL-q and then the next character is taken as literal without executing its key binding. However, even though I have emacs-mode enabled in IntelliJ, CTL-q } does not insert a }, not surprisingly.