Sublime Forum

No spell check in Jade

#1

Title pretty much says it all. Spell checking is not working in jade. I even tried turning it on for Jade with the “Syntax Specific - User” settings. It’s working in other formats fine, including ones that should probably be off by default like sass & css… :wink:

No errors in console. Spell check is turned on (I use F6, but verified check on “Spell Check” under view menu.)

0 Likes

#2

Interestingly, it does spell-check attribute values in jade… eg:

a(href=“asdf”) Test Link with a Mispeled Word

The “asdf” will show up for spell suggestions, but the “Mispeled” word will not.

It spell checks them if they’re inserted as embedded HTML as well, eg:

p This is Test with a Mispeled Word.

Again, “asdf” will show up for spell suggestions, but the “Mispeled” word will not.

0 Likes

#3

It just occurred to me to try changing the document type to “Plain Text”. It’s not ideal, but it does work… All the jade is underlined, and of course, it’s going to be a pain switching back and forth, but better than pasting into a Google doc!

Still, this is workaround - I’d really love to see this fixed!

0 Likes