Maptz.VSCode.Extensions.CamelCaseNavigation
Maptz.VSCode.Extensions.CamelCaseNavigation copied to clipboard
It should be noted that this is now built-in to VSCode. See https://stackoverflow.com/a/51329169.
Would be cool if this extension could be published to [open vsx](https://open-vsx.org/) as well :) this would enable it to easily be used with https://vscodium.com/
HI! I already have filed an issue: https://github.com/maptz/Maptz.VSCode.Extensions.CamelCaseNavigation/issues/23 Now I came to add a workaround to it. My idea was to trigger a `cursorLeft` and `cursorRight` after each camelCase navigation....
can the same selection be applied when double clicking part of a camelCaseSymbol? for example, if clicking Case in camelCaseSymbol, only select Case. thanks, great extension otherwise! :)
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...
The title describes it; I do not know if this is possible at all, but I would like to use the benefit of this extension when renaming a symbol in...
It would be nice to also support the refactor modal box in VS Code