Skip to content

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

@elsigh

Description

@elsigh
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions