Maptz.VSCode.Extensions.CamelCaseNavigation icon indicating copy to clipboard operation
Maptz.VSCode.Extensions.CamelCaseNavigation copied to clipboard

[feature-request] Support camel case navigation in the `Rename` widget

Open kittaakos opened this issue 4 years ago • 1 comments

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.

screencast 2020-04-14 13-30-38

Version: [email protected]

Thank you for the great extension! 🥇

kittaakos avatar Apr 14 '20 11:04 kittaakos

I'll look into this to see if it is possible, but I fear it's not exposed by the VS Code codebase yet.

maptz avatar Apr 25 '20 01:04 maptz

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.

maptz avatar Jan 18 '23 00:01 maptz

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.

olyop avatar Jan 22 '23 13:01 olyop