vizhub-core / vzcode

Mob Programming Code Editor
MIT License
55 stars 13 forks source link

Jump to definition: follow to import #741

Closed curran closed 2 weeks ago

curran commented 2 weeks ago

Ideally (stretch goal) it would open the definition of the exported variable in the other file (e.g. import { foo } from './foo'; - this would only work for local files.

curran commented 2 weeks ago

Duplicate of #201