Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The volar.completion.normalizeComponentAutoImportName setting is not working #2286

Closed
mdoesburg opened this issue Jan 6, 2023 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@mdoesburg
Copy link

mdoesburg commented Jan 6, 2023

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';

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants