Changes in default commands in VS 2022 #512
Closed
RobertvanderHulst
started this conversation in
General
Replies: 1 comment
-
To answer my own question: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have noticed that in recent builds of VS 2022 several commands that were enabled by default, such as "Insert Snippet", "Format Document" etc. are no longer enabled.
We have to explicitly enable these for our custom language to support them.
Furthermore, we also noticed that our LanguageService object, that is used for example to show "Auto" expressions in the debugger, is no longer automatically used by VS.
Does anybody know if there is a document somewhere that describes these changes, why they were made, and what the recommended way is to enable them for a custom language?
Beta Was this translation helpful? Give feedback.
All reactions