Spell checking using browser spell checker
See original GitHub issueIf the DIVs and SPANs is explicitly set to contenteditable="true"
(instead of inherited) you get a red squiggly under badly spelled words in the monaco editor. The context menu hides the suggestions - but if that is removed/disabled - the word can be replaced; but even without the replace - the spell lint would be very nice.
Such a “feature” would be VERY nice for .TXT, .MD etc… especially with Chromes “new” enhanced (opt. in) spell checker that also “checks the language”.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:18
- Comments:6
Top Results From Across the Web
Turn on Spell Check in your browser | Educa Knowledge Base
1. Open Safari, then open the Edit menu from the top of the screen. · 2. Find "Spelling and Grammar" and hover your...
Read more >How to Turn on Spell Check in Google Chrome - Clio Support
How to Turn on Spell Check in Google Chrome · Open Google Chrome · Click More in the upper right corner of the...
Read more >The Best Ways to Spell Check in Google Chrome - MakeUseOf
Manage Chrome's Spell Checker On-the-Fly · Right-click into a text field and choose Spellcheck from the menu. · In the options menu, make...
Read more >Spell Checker for Chrome
This is a spell checker extension for Chrome. It's easy to use and fast. This extension supports 25 languages for spell check.
Read more >Enable Spell Check in Google Chrome - Procentive
Enable Spell Check ... Click the 3 dots in the top right corner to go to the Chrome menu. ... Click Settings. ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
My strategy is to do the spell checking via a language server. I have to admit that it is a bit clumsy. I also have to implement the
add to dictionary
function. It would be great if monaco could leverage built-in spell checkers in browsers.Really wishing spell checking was available. 👍🏻 hope this feature lands soon.