Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Case-Sensitive Add Next OccurrenceNew to Visual Studio Code? Get it now.
Case-Sensitive Add Next Occurrence

Case-Sensitive Add Next Occurrence

Jacob Kantzer

|
1,793 installs
| (3) | Free
Replaces Add Next Occurrence with similar command that is always case-sensitive.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-case-sensitive-add-next README

This extension replaces the keybinding for "Add Next Occurrence" with a similar command that is always case-sensitive. It's pretty quick and dirty; I just needed to write something to do this to keep myself sane working with Code.

Features

See description. There's not much to it. :)

Requirements

VSCode >= 1.1.0

Extension Settings

Nothing aside from its keybinding.

Known Issues

  • Default Windows key command doesn't work - I don't use Windows much but I'll fix this when I have a chance.

Release Notes

0.0.6

  • Fixed issue with special characters affecting selections

0.0.5

  • Focuses primary selection when no others are found (again matching existing command).

0.0.4

  • Using command when selections don't have matching content now does nothing (like existing Add Next Occurrence command).
  • New selections now get focus if they're outside of the current view.

0.0.3

  • Fix for behavior when multiple selections exist that have different content.
  • Changed default keybinding so it doesn't clobber existing Add Next Occurrence command.

0.0.2

  • Fixed extension only selecting instances after the last selected instance.

0.0.1

  • Initial release!
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft