tern icon indicating copy to clipboard operation
tern copied to clipboard

Jump to definition through the middle file

Open VladimirPal opened this issue 8 years ago • 0 comments

Jump to definition through the middle file doesn't work properly. You could check it by changing the demo like this

/* middleList.js */
export * from './list';
/* index.js */
import { List } from "./middleList"

I'm using vim youcompleteme and if the best case you'll jump to the middle file, but in the most cases you will get youcompleteme error because they got right line number but this line number may not exist in the middle file.

VladimirPal avatar Jul 22 '17 14:07 VladimirPal