Re: Visual Studio 2010
Curious behavior with '/' when a match is found in a comment...
In normal mode, if I type '/', VS2010 searches incrementally forward. To stop searching, I press "Enter", and the cursor remains at the matching string.
However, if the match is in a line comment, "Enter" acts as though it is in Insert mode; a new line is inserted, and I'm still in search mode. The only way to get out of search mode is to press Esc, but then I'm taken back to the cursor position before the search started.
I don't know if this is ViEmu behavior, ReSharper behavior, VS2010 behavior, or an irritating interaction.
Has anyone else noticed this?