This extension adds a keybinding for "Case-Sensitive Add Next Occurrence" (Ctrl+Shift+D by default) that acts like the default Ctrl/Cmd+D but 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. I personally remapped it to Cmd+D and don't use the default functionality at all but I didn't want to presume that everyone installing the extension would want to do that.
See description. There's not much to it. :)
VSCode >= 1.1.0
Nothing aside from its keybinding.
- None at present.
- Fixed issue with special characters affecting selections
- Focuses primary selection when no others are found (again matching existing command).
- 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.
- Fix for behavior when multiple selections exist that have different content.
- Changed default keybinding so it doesn't clobber existing Add Next Occurrence command.
- Fixed extension only selecting instances after the last selected instance.
- Initial release!