Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Vue discoveryNew to Visual Studio Code? Get it now.
Vue discovery

Vue discovery

Maantje

|
8,405 installs
| (3) | Free
This extension discovers Vue components in your workspace and provides IntelliSense for them.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vue discovery 🔭

This extension discovers Vue components in your workspace and provides IntelliSense for them. Just starting typing your component name and press enter to automatically import, register and expand any required props.

✨ Features

Provide IntelliSense for components in template section
Automatically import, register and expand required props
Provide IntelliSense for props on components
Show available props on hover
Provide IntelliSense for events
Uses your defined paths in jsconfig.json
Import with cmd + i, this is useful for importing pasted components

🔧 Extension Settings

This extension can be customized with the following settings:

  • vueDiscovery.rootDirectory: this tells where to look for vue components (default: src)
  • vueDiscovery.componentCase: The casing for the component, available options are kebab for kebab-case and pascal for PascalCase (default: pascal)
  • vueDiscovery.addTrailingComma: Add a trailing comma to the registered component (default: true)
  • vueDiscovery.propCase: The casing for the props, available options are kebab for kebab-case and camel for camelCase (default: kebab)

🔖 Release Notes

1.4.0

Add IntelliSense for events

1.3.1

Fix relative import for relative paths.

1.3.0

Add badges to readme and update description.

1.2.0

Add badges to readme and update description.

1.1.0

Add icon.

1.0.0

Initial release of Vue discovery.

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