The Vue has Changed 👩
Added
- Rename Symbol now works on
.vue
files. The UX is slightly different as we didn't managed to get the input pop next to the renamed symbol, but it's very similar to what you can do in any other language.
This means other refactorings like "Extract Variable" are now smoother in .vue
files, since they rely on "Rename Symbol" to reduce the amount of keystrokes you need to do!
It works when you press F2
like anywhere else.