Double-clicking to select text in an editor should respect casing (as developers see casing) #22320
Labels
feature-request
Request for new features or functionality
*out-of-scope
Posted issue is not in scope of VS Code
Milestone
Consider the following text samples:
As it stands now, when I double-click text formatted as #2 above, "words" within the text select independently of the rest of the text, as we would expect (the hyphen provides a natural breaking point).
But that doesn't happen in the caseS of #1 , #3, and #4. Yet, from a developer's perspective, there's no difference really.
It would be nice if there were a setting that would allow us to treat cased words within text (with no intervening whitespace) as separate "words". In the case of #1 above, for example, double-clicking within "Queue" would select just Queue, etc. Additionally, in a manner similar to clicking in Microsoft Word, if we triple-click, then the entire text would be selected without respect to casing.
I seem to recall being able to do this years ago in Visual Studio (though I think we had to have the ReSharper extension).
Thank you for your consideration...and for a great job!
Eric
The text was updated successfully, but these errors were encountered: