Skip to content

Suggest files with any extension in import or require expression in VS Code

Notifications You must be signed in to change notification settings

mishannn/vscode-file-suggest

Repository files navigation

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

About

Suggest files with any extension in import or require expression in VS Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published