SelectNextOccurrence icon indicating copy to clipboard operation
SelectNextOccurrence copied to clipboard

ReSharper's CamelHumps select option breaks Multiple carat Shift+Ctrl select for multiple carats

Open jaguire opened this issue 6 years ago • 2 comments

Installed product versions

  • Visual Studio: 2017 Enterprise
  • This extension: 1.2.17

Description

When ReSharper's CamelHumps option is enabled. After placing multiple carats, Shift+Ctrl+Arrow keys only selects for the last carat and not for the others. --- I know this is dealing with another extension but ReSharper is popular enough that you might want to try making this one play well together. Right now I have to choose between having camel selection or multi selection.

Expected behavior

All carats should select by word, honoring camel case.

(CamelHumps makes Shift+Ctrl+Arrow respect camel casing when selecting words. Disabling CamelHumps makes the multi selection work as expected with words.)

jaguire avatar May 01 '18 14:05 jaguire

Thanks for reporting, I'm investigating to see if there is something that can be done about it

2mas avatar May 09 '18 11:05 2mas

The same problem happens with the Sub-word Navigation feature of the VSTricks extension. That feature enables navigation via camelCase, PascalCase, and words_with_underscores, and works through you changing your keybinds to use their new commands for navigating text. Hope that helps.

Ref: VS Tricks in the VS Marketplace

voltaek avatar Mar 13 '19 13:03 voltaek

After update to support Edit.NextSubwordExtend and Edit.PreviousSubwordExtend this seem to work aswell, please reopen if issues are still present

2mas avatar Mar 13 '23 14:03 2mas