Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Fig Files IntellisenseNew to Visual Studio Code? Get it now.
Fig Files Intellisense

Fig Files Intellisense

kiriko

|
2,608 installs
| (1) | Free
Completions within files. Fig-powered intellisense with focus for package.json & shell files support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FIG UNRELEASED

Welcome!

Builtin Support

  • shellscript files (.sh, .bat)
  • package.json scripts
  • GitHub Actions
  • support for other files can be easily added with another extensions using API

Contributing Providers

Here, in quote I'm describing what is benefit of using Fig OSS autocomplete

Completion

1

Hover

Giving a subcommand, argument or option description.

2

Definition

For now using only to quickly navigate (ctrl+click) to files, so

Fig can tell, which argument is possibly a file path.

Rename

Fig can tell, which argument is possibly a file path.

Hit F2 to rename the file / change path in filesystem.

Note that this is the same as manual renaming in explorer, just a quicker way to do that.

Selection Range

Before After
1 1

Command: > Expand Selection

Semantic Highlighting

2

Linting

1

Would be disabled by default.

  • ideas/problems:
    • file path validation. Limitation: unknown when its okay to reference file that doesn't exist: generated (or maybe output file?)
    • some subcommands/commands take any options. Examples: node build.js --watch, webpack serve --mode
    • arg validation from suggestions

Specs From npm Packages

(only for package.json scripts)

For some specs we can check wether its npm package is installed. With this you can ensure that command from local package is being used (instead from global one, like tsc for example).

specs-from-npm-packages

All rules are configurable and can be disabled individually.

Update Paths on File Rename

1

Description Search

There is a command: > Fig Unreleased: Description Search that lets you to search option by its description.

description-search

API

This extension supports API, which you can use to:

  • Add support to your language, like xml
  • Add support for new specs
  • Use extension's known specs

See more at ./extension-api.md

Use Development Specs

Use npm link or pnpm link with path to your local version of @withfig/autocomplete repo.

To start extension, run pnpm start and hit F5 in VS Code to start extension debugging.

This extension is open-source and I'll be extremely happy for any contributions!

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