VSSpellChecker icon indicating copy to clipboard operation
VSSpellChecker copied to clipboard

Support VSCode?

Open istvans opened this issue 7 years ago • 5 comments

I used your solution for VS 2013/15 Professional and I really liked it. Do you plan to support VS Code too?

istvans avatar Jul 24 '17 18:07 istvans

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 avatar Jul 24 '17 22:07 EWSoftware

@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.

NoelAbrahams avatar Jul 30 '22 19:07 NoelAbrahams

See also https://github.com/OmniSharp/csharp-language-server-protocol

NoelAbrahams avatar Jul 30 '22 19:07 NoelAbrahams

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.

EWSoftware avatar Jul 30 '22 19:07 EWSoftware

If you provide is as Roslyn analyzer, it would be possible. Than you also can support Ryder, and also build pipelines.

Corniel avatar May 24 '23 09:05 Corniel