I am using the Prettier plugin prettier-plugin-organize-imports to organize imports in .vue files. When imported components are used with kebap-case in the template part, the components are falsely recognized as unimported and get removed.
I originally raised an issue in the plugin's repo . But the developer made me aware of the fact that the plugin uses @volar/vue-typescript's language service and an issue regarding this problem needs to be raised here.
I am using the Prettier plugin prettier-plugin-organize-imports to organize imports in .vue files. When imported components are used with kebap-case in the template part, the components are falsely recognized as unimported and get removed.
I originally raised an issue in the plugin's repo . But the developer made me aware of the fact that the plugin uses
@volar/vue-typescript's
language service and an issue regarding this problem needs to be raised here.This works fine:
This doesn't:
The text was updated successfully, but these errors were encountered: