Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Component AutocompleteNew to Visual Studio Code? Get it now.
Component Autocomplete

Component Autocomplete

Nedim Filipovic

|
633 installs
| (0) | Free
Autocompletes importing of scaffolded front end components
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Component Autocomplete

Visual Studio Code extension that provides completion services for the import of frontend React components.

About

This extension is meant to be used with any React frontend filesystem that hosts its components in /src/components, imports components via the following pattern: <Components.{directory}.{directory}.{directory} />, and hosts a list of possible import strings in a manifest.js file.

Installation

Visual Studio Marketplace

  1. Click install

Github

  1. Fork/copy this repo
  2. Install the Visual Studio Code Extension Manager (vsce) locally npm i vsce or globally npm i vsce -g
  3. Build the extension locally vsce package
  4. Install the build with code --install-extension ${filePath to .vsix file}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft