The component name entered in Template automatically prompts for the component found (see Settings), and automatically enters the component name (including required properties), import statement, and Components properties (if necessary) when selected.
Moves the mouse to the component label name and press Ctrl, then click the label name to jump to the component file.
Hover the mouse over the component label, prompting for component properties and events.
In the component label, input p- prompt property, input e- prompt event, and input automatically after selected.
Settings
vueComponent.aliases configuration file path alias, default value is { "@/": "src/" }, in addition to reading the alias in the root directory of the project jsconfig.json, and higher priority.
vuecomponent. exclude vUE file path found, default is **/node_modules, grammar is GlobPattern, null means no path is excluded. Plug-ins don't search for components under node_modules by default, and you can adjust this configuration to expand and narrow the search. The components under node_modules may have some unexpected effects.
Instructions
Function 1 depends on the vue files found.
Function 2 depends on the components properties and import statements of the current component.In addition, if the component name is a single word in lowercase, it will be skipped as a native HTML tag.
Functions 3 and 4 depend on the components properties and import statements of the current and target components and do not have syntax errors.
Automatic input code is recommended for use with formatting tools.