Is there any way to shut off autoselection of entire words in SQL Server Management Studio (SSMS) 2014 and Visual Studio 2010? I'm not sure what the formal name of this "feature" is (which makes it difficult to conduct a search for duplicate topics on StackOverflow, of which I've found none so far) but it's easy to describe: whenever I click on a query in SSMS, the editor automatically selects the entire word, instead of placing the caret at the mousepoint. The behavior isn't always consistent; sometimes SSMS and VS don't select the entire word, but I can't pin down the common denominators that trigger it. The same behavior occurs when writing code in Visual Studio, which I've included in this question because they're built on much the same codebase (as anyone who's ever delved into SSMS automation can attest) and share a lot of functionality in common, like similar menu systems, shortcuts, etc.
I find this behavior annoying and a drag on productivity, especially when I'm typing really rapidly; I know where I want my mouse to go better than the GUI does, LOL. If anyone can tell me how to shut it off so that mouse clicks no longer autoselect entire words in SSMS and Visual Studio 2010, it'd be much appreciated. Thanks.