Code Inspections in Vue
This topic lists all JetBrains Rider code inspections available in Vue.
You can toggle specific inspections or change their severity level on the Editor | Inspection Settings | Inspection Severity | Other Languages page of the IDE settings Ctrl+Alt+S.
Inspection | Description | Default Severity |
---|---|---|
Data function | Reports a Vue component data property that is not a function. Suggests wrapping an object literal with a function. When defining a component, | |
Deprecated symbol | Reports a deprecated Vue symbol. | |
Duplicate template/script tag | Reports multiple usages of the Vue Component specification indicates that each | |
Missing component import | Reports Vue components, which require to be imported in Vue templates. It provides a quick fix to add the missing import. | |
Unrecognized directive | Reports an unrecognized Vue directive. | |
Unrecognized slot | Reports an unrecognized Vue slot. |