facebookarchive / sublime-react

Sublime Text helpers for React. Syntax highlighting DEPRECATED in favor of babel/babel-sublime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaking autocomplete?

akinnee opened this issue · comments

Whenever I type things that I'm used to being autocompleted (Sublime will autocomplete based on the words already found in the current document), all I get is all the React suggestions.

For example, I used to be able to type func and hit tab and it would autocomplete to function. Now it autocompletes to React.PropTypes.func.

What the heck? I don't WANT this. Any way to just turn it off? All I want is proper syntax highlighting.

Sorry, realized this is from https://github.com/allanhortle/JSX not this repo.