Closed
Description
The volar.completion.normalizeComponentAutoImportName
setting does not seem to be working even if I explicitly enable it. Both in .ts
files and .vue
files.
Volar version: v1.0.22
Takover mode: enabled
Expected
I expect an import suggestion without it ending in Vue
.
Actual
The import suggestion is LogoBaseVue
instead of LogoBase
. If I apply the suggestion, I end up with the following import:
import LogoBaseVue from './logo/LogoBase.vue';
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
fix: `normalizeComponentAutoImportName` not working at import statement