Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Symbols (support F2) #6

Open
mrmlnc opened this issue Oct 25, 2016 · 3 comments
Open

Rename Symbols (support F2) #6

mrmlnc opened this issue Oct 25, 2016 · 3 comments
Assignees
Milestone

Comments

@mrmlnc
Copy link
Owner

mrmlnc commented Oct 25, 2016

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

@mrmlnc mrmlnc added this to the 1.0.0 milestone Oct 25, 2016
@mrmlnc mrmlnc self-assigned this Oct 25, 2016
@michaeljota
Copy link

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.

@mrmlnc
Copy link
Owner Author

mrmlnc commented Oct 26, 2016

We can safely rename the arguments of mixins inside them.

@mrmlnc mrmlnc modified the milestones: backlog, 0.6.0 Oct 30, 2016
@mrmlnc mrmlnc modified the milestones: backlog, 1.0.0 Dec 18, 2016
@mrmlnc mrmlnc mentioned this issue Nov 22, 2019
12 tasks
@mrmlnc mrmlnc modified the milestones: backlog, 1.0.0 Nov 22, 2019
@Friksel
Copy link

Friksel commented May 3, 2020

+++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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants