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.
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 arekebabfor kebab-case andpascalfor PascalCase (default:pascal)vueDiscovery.addTrailingComma: Add a trailing comma to the registered component (default:true)vueDiscovery.propCase: The casing for the props, available options arekebabfor kebab-case andcamelfor camelCase (default:kebab)
Add IntelliSense for events
Fix relative import for relative paths.
Add badges to readme and update description.
Add badges to readme and update description.
Add icon.
Initial release of Vue discovery.







