Maptz.VSCode.Extensions.CamelCaseNavigation
Maptz.VSCode.Extensions.CamelCaseNavigation copied to clipboard
on camelCaseNavigation, refrences of same variable is not highlighted
HI! This plugin is amazing! Thanks! I'm into camels too :)
BTW, VSCode has a feature that when the cursor moves over a variable, all of it's references inside the same file are highlighted (screenshot below) But when navigation is done through camelCase plugin, the highlighting doesn't appear.
Thanks for your plugin.
Are you still seeing this behaviour? I'm not seeing this issue on my machine.
HI! Yes I do still have. I recorded this GIF right now:
Windows 10 I have VSCode 1.30.2 Your plugin@ 0.3.51
I just recorded this HTML portion (its in a .vue
file), but in happpens in .HTML
& .JS
files (I mean it happens everywhere for me)
@Ardeshir81 are you sure this isn't the designed VS Code behaviour for HTML where only the closing tag is highlighted? I'm seeing other variable instances highlighted in .js and .cs files with the extension enabled.
Yeah! I will record more GIFs tomorrow
Hi @Ardeshir81
It would be great to see more about what problem you're having.
wow @maptz thanks for reminder! I actually forgot : shame : : shame : : shame : : ))
here you go I hope I could demonstrate what I mean in this GIF
Thanks for this great job!
Thanks @Ardeshir81. It would be great if you could explain a bit more. In the HTML version, are you expecting all instances of span
to be highlighted?
HI! I'm indicating in this example that when I use right & left arrows, highlighting appears. But when I'm using Ctrl+Right & Ctrl+Left arrows (i.e. using camelCase plugin) it doesn't.
If you notify in HTML , when I scroll through span
letters, letter by letter (e.g. left arrow) the highlighting works. But when I do Ctrl+RightArrow (i.e. jumping from last/third/second letter to before letter s
) the highlighting doesn't appear.
I hoped you could recognize I'm using Ctrl from seeing the caret jump.
Aha. Doh. Now I understand. Thanks for the clarification! Very good point. I'll look into this.
Sorry. I've just looked into this again tonight and I can't see an easy way of fixing it.
Visual Studio doesn't highlight the references of the symbol when you start word navigation (ctrl + <- / ctrl + ->).
Anybody know how to force the VS editor to update the reference highlighting?
I'm working on this
Hi, As this feature is now part of VS Code, I won't be updating this repository. Feature requests should be made to the VS Code team.