Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>File SuggestNew to Visual Studio Code? Get it now.
File Suggest

File Suggest

Mikhail Nekrasov

|
3,635 installs
| (4) | Free
Suggest files with any extension in import or require expression
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code file suggest extension

About

This extension will help when developing in the TypeScript language. By default, VS Code does not support import hints for paths to files with extensions other than JavaScript or Typescript. This extension will fix this problem.

The extension also allows you to navigate to the file in the import by pressing Ctrl/Cmd + click.

If you found a bug create a new issue on the GitHub please.

Features

  • relative paths supported
  • absolute paths supported
  • alias paths supported (paths property from tsconfig.json)
  • node_modules paths supported
  • navigate to the file in the import by pressing Ctrl/Cmd + click supported
  • zero-configuration

Installation

Install extension from Visual Studio Marketplace.

Screenshots

Before installing

Before installing screenshot #1 Before installing screenshot #2

After installing

After installing screenshot #1 After installing screenshot #1

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