Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi cursor case selection #30135

Closed
ferllings opened this issue Jul 5, 2017 · 1 comment
Closed

Multi cursor case selection #30135

ferllings opened this issue Jul 5, 2017 · 1 comment
Assignees
Labels
editor-multicursor Editor multiple cursor issues *question Issue represents a question, should be posted to StackOverflow (VS Code)
Milestone

Comments

@ferllings
Copy link

Hello,

Is there an option to force the multi-cursor shortcut to select strings with the same text case.
For exemple: If I select "User" the string "user" should not be selected.

Thanks.

@vscodebot vscodebot bot added editor editor-multicursor Editor multiple cursor issues labels Jul 5, 2017
@alexdima alexdima added this to the Backlog milestone Aug 10, 2017
@alexdima
Copy link
Member

Starting with PR #36682 (for #8869), cmd+d or ctrl+d will behave slightly different based if you start with a collapsed selection or not:

  • when starting with a collapsed selection, it will search for the next match with wholeWords: true, matchCase: true.
  • when starting with a non-collapsed selection, it will search for the next match with whatever the find widget options are. The find widget options can be keyboard-controlled, e.g.:
    • match-case: alt+c (win + linux) or cmd+alt+c (mac)
    • whole-words: alt+w (win + linux) or cmd+alt+w (mac)

@alexdima alexdima added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Oct 23, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-multicursor Editor multiple cursor issues *question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants