felipeochoa / rjsx-mode

A JSX major mode for Emacs
https://github.com/felipeochoa/rjsx-mode
MIT License
641 stars 32 forks source link

[Feature request] highlightning undefined variables #121

Closed C0DK closed 4 years ago

C0DK commented 4 years ago

I know this is a massive feature, but I'm having problems seeing undefined variables as well as autocompleting variables in general. Maybe i should switch to ts instead, as it seems there are stronger emacs modules for that, but I'd still say that it is missing here..

You can always leave the issue open forever.

knobo commented 4 years ago

I use flycheck with eslint, in addition to rxjs-mode

felipeochoa commented 4 years ago

I personally use tide for completions, and there's also tern. For undefined variables there's a js2 setting to highlight those which will also work in rjsx

C0DK commented 4 years ago

Oic. thank you! :) i'll look into that.