Re: Combine highlighting & mouse selection
I have an interesting question about ViEmu. When I use the mouse to select several lines of code in VS, I can then perform some action on that code. Like pressing Ctrl-Alt-M to run the extract method refactoring on the selection. The same goes for SQL Management Studio. I can select some SQL with the mouse and press Alt-X to execute just that selection.
However, if I use ViEmus 'v' keystroke to highlight several lines, I cannot execute any code using those lines.
Would it be possible to combined the two so that using 'v' to highlight some code / sql mimics the behavior of selecting the same text using the mouse?