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
If I have use Type; imported, I would like to be able to refactor that to use Type as CustomName; (in VS Code). Then, I would like all instances that previously used Type in that file to now use CustomName.
Is this already possible in VS Code somehow?