-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have ctrl+click work the same way as in Visual Studio #27905
Comments
Related: #3130 |
I agree. This is one of the best features of the Visual Studio IDE. Please add the option to bind Goto-Definition to F12 (like in Visual Studio) and Control-LeftClick to SelectWord (as requested by xingzhuo1983). |
The fact that people are willing to install a keyboard hook to replicate this behavior should be considered a strong upvote. |
@dougbenham That's a great start! The only functional step towards a solution I've seen in the 5 or 6 years we've been waiting for this feature in VS. The only thing I noticed right away is that it works great with single words but if I need to do a phrase, I don't see a way to CTRL+click and drag to select multiple words. Any chance that's an easy adjustment or am I missing a way to do that currently? |
@jjblodgett A new release is added that might fix that functionality for you. |
we use dblclick LBtn to select a word, but using ctrl +LBtn is a good way,
in vs studio we could do the following:
3.advanced: with ctrl down, we clicked a word, don't release the LBtn, move the mouse to some where in the middle of the next word , the whole next word will be selected. this is the same effect as the "ctrl + right"
The text was updated successfully, but these errors were encountered: