Sublime Forum

[solved] Make ctrl + cmd + G case sensitive

#1

When I put caret over a variable in my code and press ctrl + cmd + G I can select all variables with the same name in this file, however if I have variables with same name but some of them uppercase and others lowercase it selects all of them, even though those are different variables. Is there a way I can set it make sure that it only selects variables with exactly same name?

I looked at the other questions that suggest toggle ‘case sensitive’ button in the find menu, but that doesn’t work.

Thanks

0 Likes

#2

How exactly are you toggling the button? It seems to work OK for me here. Perhaps you have a plugin that’s doing you favours?

0 Likes

#3

Disabled all plugins and it works now, thank you for your post

0 Likes