tern_for_sublime
tern_for_sublime copied to clipboard
TernError: No type found at the given position.
Trying goto definition, but got this alert. Error happens when open definition already on definition
Without context, there is no way I'm going to be able to say anything useful about this. What code were you on when you tried to go to definition?
Source file https://github.com/max-mykhailenko/react-pure-modal/blob/master/src/react-pure-modal.js TernJS config file https://github.com/max-mykhailenko/react-pure-modal/blob/master/.tern-project
Cursor position right on handleEsc method

What did you expect to happen? That is its own definition, not an expression for which Tern can look up a definition. Try on .close two lines down, that should give more useful results.
Plugin should just ignore pressing without alert if I'm already on definition. Maybe only with notification in status or message to console, but it's not necessary.
Agreed -- that's what the Emacs plugin does. Want to write a patch to that effect?