-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use chrome/electron's spell checker for comments and text documents #5292
Comments
I hate to do this but bump? I'd rather not use the spell-checker extension because:
|
+1 |
+1 As an update to the issue, I agree that an offline solution would be better and more ideal for sensitive text. I love to use vs-code with my markdown and pandoc files. Another spell-checker extension is out there: It uses |
I completely understand Microsoft loves to send users' data to remote servers, but how is this feature request not a high priority? @mckennapsean thank you for pointing that extension out! |
Glad to help! I would say that spell-checking is something you can do with other tools, and most people program code with vs-code, not write novels or documents, which you can use other tools (like Word / Writer / Pages / Google Docs) for. If you are using vs-code to write, you can probably use command-line spell-checkers. But I agree that having this built-in, functional, and offline would be ideal - just you may not find all those features baked in but in an extension for now... perhaps time to write a new one! |
@mckennapsean Many students and scientists using LaTeX. There is a VS Code extension for LaTeX. It would be great to be able to write the own thesis in VS Code. |
Oh I totally agree @SommerEngineering - I am actually writing up my dissertation using However, when it comes to Markdown, LaTeX, and even documentation, spelling is definitely a killer feature. I just think a good extension may come first, but time will tell. :) |
This is a feature request.
Currently the only spellchecker available is https://github.com/Microsoft/vscode-spell-check, which is slow if you have a crappy connection, and is insecure.
chrome has already a built in spell-checker, is there any way to use that rather than that extension? or aspell?
The text was updated successfully, but these errors were encountered: