jupyterlab-contrib / spellchecker

Spellchecker for JupyterLab notebook markdown cells and file editor.
BSD 3-Clause "New" or "Revised" License
205 stars 20 forks source link

Optionally support code cells as well? #12

Closed krassowski closed 5 years ago

krassowski commented 5 years ago

I was wondering if it would be possible to implement variable names checking (like in PyCharm) as a part of this extension.

I imagine that it might be a little bit more work (splitting CamelCase into separate words, building a custom dictionary to ignore the language and standard library keywords/built-in/standard names), but I think that it should take no longer than a few hours to implement a proof-of-concept version.

Is this in scope? Have anyone attempted this before?

krassowski commented 5 years ago

Probably a better way to go is to have this in jupyterlab-lsp, closing this one.