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
{{ message }}
This repository was archived by the owner on Aug 12, 2023. It is now read-only.
I am not sure if this is the scope of this plugin but VSCode recently added "move to existing file" refactor for variables functions etc. with changing the imports accordingly. (it's in insiders build)
Not sure if this is something we can directly use from typescript-language-server or need to implement this in a plugin like here.
I've seen that there is also no "move to new file" action implemented in this plugin.
I am not sure if this is the scope of this plugin but VSCode recently added "move to existing file" refactor for variables functions etc. with changing the imports accordingly. (it's in insiders build)
Not sure if this is something we can directly use from typescript-language-server or need to implement this in a plugin like here.
I've seen that there is also no "move to new file" action implemented in this plugin.