Skip to content

This extension discovers Vue components in your workspace and provides IntelliSense for them.

Notifications You must be signed in to change notification settings

maantje/vue-discovery

Repository files navigation

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.

About

This extension discovers Vue components in your workspace and provides IntelliSense for them.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published