Keyboard shortcut for Line Number not working in Visual studio 2017 - keyboard-shortcuts

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.

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

How to disable "Tab Tab to accept" tooltip in Visual Studio 2022

How can the following little tooltip be disabled (hidden)?
Or
I know that I can accept with "Tab Tab" or get the next suggestion with Alt+., I don't want that VS shows me that every time (because it overlaps the previous two code lines).
Notes:
I don't want to disable the suggestion itself, I just don't want to see the tooltip.
I'm using Visual Studio 2022, 17.4.2 (Enterprise).
I'm using C#
Is your computer using windows 11?
This tooltip is displayed on my colleague's computer:
But it doesn't show up on my computer:
The only difference is that he is using windows11 and I am using windows10.
I think it's a problem in visual studio. Maybe you can report this problem on DC.

Visual Studio 2022 feature for showing tooltips on mouse over

What option or feature must I enable in Visual Studio 2022 to get tooltips to show when hovering the mouse over a method, object, or error (i.e. red squiggly)? See screenshot comparing VS 2019 and 2022. I've searched for variations on VS 2022 and intellisense, intellicode, and it's not clear what changed with VS 2022.
Screenshot of VS 2019 vs. 2022 tooltip compare on mouse-over
The answer: this feature is "Quick Info". It can be accessed by mousing over, the menu option Edit > Intellisense > Quick Info, or the key combo Ctrl-K, Ctrl-I.
HOWEVER - I'm running VS 2019 and 2022 in virtual machine on an M1 Mac using parallels. I suspect that there is an issue with parallels which is preventing 2022 from showing Quick Info - even though VS 2019 Quick Info works fine.
What's odd is that some mouse hovers do work in VS 2022 on the VM. E.g. "references" links that VS injects in the UI to show where the method is referenced, or what user last checked in the code. I'll pursue this over on the parallels forums.
Press in your terminal ctrl + f search settings.json and writing:
"terminal.integrated.enableMultiLinePasteWarning": false

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.