Would be better if editor.formatOnType could be respected. Maybe by implementing OnTypeFormattingEditProvider and registerOnTypeFormattingEditProvider? Thanks.
At first I thought it would be a hassle, but then I remembered that uncrustify has the --frag option to partially format code, so it was trivial to add this 👍
Would be better if
editor.formatOnType
could be respected. Maybe by implementingOnTypeFormattingEditProvider
andregisterOnTypeFormattingEditProvider
? Thanks.