Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>What Links HereNew to Visual Studio Code? Get it now.
What Links Here

What Links Here

spencermountain

|
91 installs
| (0) | Free
find incoming links to a javascript file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
what-links-here
vsCode extension to open 'incoming' required files
by Spencer Kelly and

Marketplace

Installs


This is a vsCode extension for javascript projects, that opens any files that require or import, your current file.

It takes a second, but then lets you quickly open any incoming links.

what-links-here

How it works

This extension grabs all javascript files in your current workspaces, and uses Acorn to lex them, and find their imports.

If it imports the current file, it is added to our results list, in the quickOpen dropdown.

Typescript/JSX/coffeescript is in unknown status.

Thank you

  • acorn-umd by Graeme Yeates
  • find-all-imports by Ognjen

this is my first vscode extension, please go easy on me!

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft