Maptz.VSCode.Extensions.CamelCaseNavigation
Maptz.VSCode.Extensions.CamelCaseNavigation copied to clipboard
[feature-request] Support camel case navigation in the `Rename` widget
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 VS Code.
Steps to reproduce:
- Set the text selection to a symbol in the editor,
- Trigger
Rename
(F2), - Try to navigate with
- Alt+Shift+← or
- Alt+Shift+→ (on macOS),
- It does not work as in the editor. The begging/end of the symbol is selected, instead of the next segment.
Version: [email protected]
Thank you for the great extension! 🥇
I'll look into this to see if it is possible, but I fear it's not exposed by the VS Code codebase yet.
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.
Hi @maptz. Firstly great extension and appreicate your work. I saw your deprecation notice and have updated my keyboard shortcuts file like you mentioned but it still dosen't work in the rename widget. Any ideas how to get it to work there? Seems like there may be conflicting shortcuts.