VSSpellChecker
VSSpellChecker copied to clipboard
Support VSCode?
I used your solution for VS 2013/15 Professional and I really liked it. Do you plan to support VS Code too?
Sorry, but no, the architecture is completely different. As I understand it, VSCode extensions are written in JavaScript or TypeScript. I wouldn't know where to begin.
@EWSoftware Any chance of revisiting this?
Apparently it is now possible to write VS Code extensions using other languages? https://code.visualstudio.com/api/language-extensions/language-server-extension-guide
We currently use both Visual Studio and VS Code for development. It will be fantastic if spellchecking in both IDEs can be driven by your extension (separate extensions of course, but using the same configuration/custom dictionary etc).
Your plugin would benefit from a large and growing user base.
See also https://github.com/OmniSharp/csharp-language-server-protocol
I'll take a look at it, but I can't promise anything. I have no experience with the language server protocol or VS Code. So again, it's a case of not knowing where to even begin as far as implementing such an extension.
If you provide is as Roslyn analyzer, it would be possible. Than you also can support Ryder, and also build pipelines.