I have these maps in my .vsvimrc and they work as expected. I presss z followed by / or Shift+/ and comments are added.
map <z></> :vsc ReSharper.ReSharper_LineComment<CR>
map <z><?> :vsc ReSharper.ReSharper_BlockComment<CR>
These do not work.
map <z><w> :vsc ReSharper.ReSharper_ExtendSelection<CR>
map <z><W> :vsc ReSharper.ReSharper_ShrinkSelection<CR>
I have tried mapping them to various other keys (including ones that have been proven to work on other R# commands) but the selection is not being extended.
Is this possible?