Support for VS2022 with AsmDude2 #1
henkjan-sneller
announced in
Announcements
Replies: 2 comments 2 replies
-
Thank you for the extension update. I'm new to AsmDude but attached version doesn't work for me. VS 2022 (17.7.3). The only present feature is syntax highlithing. I'm aware this is still WIP but it looks like code completion and code folding should also work. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I would just like to Thank You for the hard work with this. I don't have to use this. I want to use it! |
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
-
An almost complete rewrite was needed to upgrade AsmDude (for VS2017/19) to AsmDude2 (for VS2022)
This new version implements a Language Server Provider (LSP) that does the heavy lifting. Syntax highlighting is still provided by the Visual Studio plugin (vsix); the LSP current supports:
I haven't looked at the speed of the implementation: I guess it will perform suboptimal on large files.
I haven't uploaded it to VS marketplace. I'll do that if nothing really bad pops up.
(please remove the .ZIP extension, otherwise it couldn't be attached)
asm-dude2-vsix.vsix.zip
Beta Was this translation helpful? Give feedback.
All reactions