As far as I know spelling mistakes + plus bad grammar etc can decrease the quality of model responses on average so a spellchecker seems like an obvious thing that should be added.
Apparently the absence of a spellcheck is because the text input is build from VSCode components in such a way that it’s treated like normal code input so I’m not sure how easy it would be to do. In any case seems like something that could improve code quality and is a complete no-brainer in terms of usefulness.
My operating system is Windows 11. Unfortunately, it doesn’t seem to provide a spellchecker by default. I’m not sure if there is some way to add it. Right-clicking on the input opens a menu with only “undo”, “redo” , “copy”, ”paste” and “select all”. No spellcheck options.
Win 11 here too, and pretty bummed about the lack of spell check. I mean, honestly, I’m really wondering if I can use Cursor to put together a VS Code extension that specifically targets Cursor and enables cSpell integration with the chat window. I’ve never put a VS Code extension together before, but there’s quite literally no time like the present to see what’ll happen if I try, right? ;x