Sublime Forum

SublimeCodeIntel and React

#1

I’m trying out SublimeCodeIntel. But, I’m using react, and I find that if I control-click a method like: “this.handleClick” (as an example). It barfs on my shoes, and says it can’t resolve the first part of “this.handleClick”. if I change it to handleClick(), it jumps to it. but that’s not how react does things.

Are there settings I’m missing, to get it working in React/ES6?

0 Likes