-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Symbol NavigationRelates to go-to-definition, find-all-references, highlighting/occurrences.Relates to go-to-definition, find-all-references, highlighting/occurrences.Fix AvailableA PR has been opened for this issueA PR has been opened for this issue
Milestone
Description
// @filename: scriptThing.ts
console.log("woooo side effects")
// @filename: stylez.css
div {
color: magenta;
}
// @filename: moduleThing.ts
// not a module, but we should let you jump to it.
import /*1*/"./scriptThing";
// not JS/TS, but if we can, you should be able to jump to it.
import /*2*/"./stylez.css";
Go to definition on /*1*/
and /*2*/
should work!
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Symbol NavigationRelates to go-to-definition, find-all-references, highlighting/occurrences.Relates to go-to-definition, find-all-references, highlighting/occurrences.Fix AvailableA PR has been opened for this issueA PR has been opened for this issue