vscode-scss icon indicating copy to clipboard operation
vscode-scss copied to clipboard

Rename Symbols (support F2)

Open mrmlnc opened this issue 7 years ago • 3 comments

Support F2 for all files in the workspace if the file no has symbol with the same name.

mrmlnc avatar Oct 25 '16 12:10 mrmlnc

I don't think right now VScode support name check. I even had renamed some global variables in TS cause of this. So, just global rename I think would be good.

michaeljota avatar Oct 25 '16 18:10 michaeljota

We can safely rename the arguments of mixins inside them.

mrmlnc avatar Oct 26 '16 13:10 mrmlnc

+++1

VS Code knows exactly where a scss variable is defined, as we can ctrl-click on any scss variable and go directly to the file and location in the file where the variable is defined. But unfortunately F2 to refactor-rename the variable doesn't work.

Would be a big time saver and less error prone if we could use F2 to refactor-rename variables!

Aside from this; great extension! Love it! Thanks for all the work!

Friksel avatar May 03 '20 16:05 Friksel