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.