JetBrains equivalent for Visual Studio Shift+Alt+Up/Down - keyboard-shortcuts

Does JetBrains tool have an equivalent for Visual Studio/Notepad++ Shift + Alt + Up/Down?
Or any other simple way to move the cursor up/down one line, while extending the column selection?

Related

Visul Studio 2022 with Visual Assist - GO button gets huge issue

I am using:
current version of Microsoft Visual Studio 2022 (64-bit) - Version 17.4.3.
current version of Visual Assist (Visual Assist build 2022.5)
I have a random problem, when Go button sometimes after pressing some function with ctrl + right click (go to implementation) gets huge.
How it looks like:
How it should look like:
The only solution which makes it smaller again is to close Visual Studio and reopen it again. I have already tried with no success:
Disable Visual Assist and reenable it
ctrl + scroll in many places

Where is Clipboard Ring in Visual Studio 2022? CTRL + Shift + V opens Code Definition Window

Just installed VS2022 for C++ development. Added and copied some code using Ctrl+C as usual and then I wanted to try the Clipboard Ring / History feature, which is supposed to appear when pressing Ctrl+Shift+V, but that command only opens the Code Definition Window instead.
How do I get to the Clipboard Ring?
I'm using VS 2022 17.3.6
I solved it: Ctrl + Shift + Insert

Keyboard shortcut for Line Number not working in Visual studio 2017

What is the shortcut key to jump to a line in visual studio 2017. I have installed visual studio 2010 and i used CTRL + G to jump to a specific line. After i installed visual studio 2017, when i use CTRL + G, it opens Immediate Window.
List of shortcuts in Visual studio 2017
I have VS 2017 aswel, and left CTRL + G works for me (see picture)
Otherwise take a look below 'tools' -> 'options' and then under 'environment' choose 'keyboard'. There you can change them to your needs.
I think it has some problem with additional Keyboard Mapping scheme where Visual Basic 6 was selected. I clicked the Reset button and then changed my mapping scheme option to Default and it's working fine now.

How can I navigate to the next or previous procedure?

In VB6 you can easily go to next procedure by pressing CTRL+Page Down and also previous procedure by pressing CTRL+Page Up.
However I can't find any way to do that using Visual Studio 2010 programming VB.NET; I want to scroll down or up to go to the previous or next procedure using a keyboard shortcut.
Yes, keybindings do exist and you're in luck; the keybindings below relate to Visual Studio 2010's Visual Basic.
It's come to my attention that these default keybindings aren't available in some installations of Visual Studio. If this is the case for you then proceed with the key-binding instructions below this section.
Visual Studio 2005, 2008, 2010
Next Method or Type: CTRL + ↓ or CTRL + PAGE DOWN
Previous Method or Type: CTRL + ↑ or CTRL + PAGE UP
All keybindings for Visual Studio 2010's Visual Basic can be found here, and more keybindings for other programming languages in Visual Studio can be found here
Same keybindings for other versions:
Visual Studio 2012, 2013, and 2015 (and any other version without the default keybindings)
Visual Studio 2012/2013/2015 Does not appear to have any Edit.NextMethod or Edit.PreviousMethod keybindings and the same behaviour can be observed for some installations of other Visual Studio versions, instead you'll have to assign your own:
TOOLS >> OPTIONS >> ENVIRONMENT >> KEYBOARD >> Select Visual Basic 6 from the Apply the following keyboard mapping scheme dropdown:
Find Edit.NextMethod and Edit.PreviousMethod in the Commands box:
Click within the Press Shortcut Keys box and press the shortcut keys you want to assign on the keyboard. In this case, let's copy the shortcut keys from Visual Studio 2010:
Once you've done that, click Assign and then do the same for the other command; the shortcut keys will now work
The Default key-binding is slightly misleading; it only applies if you open a file with Visual Studio that is not supported by the IDE, therefore you should be careful that you do not add a keybinding under this.

Ctrl + Comma in Visual Studio 2008

I love control-comma in VS2010. Unfortunately, I have to now work on a project that requires (for now ...) VS2008. And my beloved short-cut doesn't work! Nor can I find any matching command in the IDE settings for Keyboard to assign Control + Comma to.
Is there a way to achieve the same thing (popup window, type the name of the class, and double-click or press enter to open it) in VS2008?
Visual Assist has an equivalent feature.