Replies: 1 comment 1 reply
-
I now looked at some other implementations (e.g. pde + lsp4e) and came up with a solution, but it requires a whole whack of stuff (even more than all my formatting code in this case). Given that auto-format is something one maybe likes for almost all domain specific languages its a bit a pity its not supported somehow out of the box and one simply registers an "Auto Formatter" with an extension point like similar generic editor stuff. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a generic editor extension and I wanted to add formatting capability to it so users can use the usual
STRG+SHIFT+F
I looked at the help topic but it does not mention how to hook into this.
Beta Was this translation helpful? Give feedback.
All reactions