FlowIDE icon indicating copy to clipboard operation
FlowIDE copied to clipboard

Jump to Definition only jumps to import statement (should jump to definition)

Open elsigh opened this issue 9 years ago • 1 comments

import type { foo } from 'bar.js';

function(a: foo) {
  ...
}

When I try to jump to definition on foo in the function it takes my cursor up to the import statement instead of opening the file bar.js and taking me to the definition of foo.

elsigh avatar Sep 20 '16 17:09 elsigh

I bet this is the same problem as #3, and that the solution here will solve the problem: https://github.com/tptee/FlowIDE/pull/3/files

Will look at this soon!

tptee avatar Sep 30 '16 04:09 tptee