You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When vue.updateImportsOnFileMove.enabled is enabled and you update file name, it doesn't rename the imported component in . When you do rename action in ide, ide updates text in the editor, but it seems from the plugin we can only update text inside script plugins & interpolations (e.g. on code actions and so on, including that feature) and all changes in the template view should be done in the different language service. Maybe it is worth investigating ways (test simple component name update) via some different service (see
The Problem
When
vue.updateImportsOnFileMove.enabled
is enabled and you update file name, it doesn't rename the imported component in . When you do rename action in ide, ide updates text in the editor, but it seems from the plugin we can only update text inside script plugins & interpolations (e.g. on code actions and so on, including that feature) and all changes in the template view should be done in the different language service. Maybe it is worth investigating ways (test simple component name update) via some different service (seetypescript-vscode-plugins/typescript/src/volarConfig.ts
Line 21 in 58c444a
The text was updated successfully, but these errors were encountered: