Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ctrl + T to show class

Tags:

With resharper we can click Ctrl+T

This brings up the class so you can click to view the class.

Is there a similar shortcut available/ built in visual studio 2012 (express)?

Note: I am talking about not having resharper installed

like image 210
Haroon Avatar asked Sep 27 '12 08:09

Haroon


People also ask

What do Ctrl T do?

Alternatively referred to as Control+T, ^t, and C-t, Ctrl+T is a keyboard shortcut most often used to open a new tab in an Internet browser. How to use the Ctrl+T keyboard shortcut.

What does Ctrl t'do in Visual Studio?

Visual Studio 2019 Code Navigation using the “Go to All” (Ctrl+T) shortcut. The Go to All shortcut can be invoked in two ways, The first one is from the Edit menu and the second one is by pressing CTRL+T keys, Go to All search either ways dialog will be displayed.

How do you find class in VS?

Most developers using Visual Studio know how to highlight a type and press F12 to “go to definition”. This will bring up the definition of a class/type, and is a useful way to navigate to where it is defined.

What is Ctrl F8?

Ctrl+F8: Performs the Size command when a workbook is not maximized. Alt+F8: Displays the Macro dialog box to create, run, edit, or delete a macro. F9.


3 Answers

Go to the menu Tools->Options. There under Environment->Keyboard. In the list there you need the entry ReSharper.ReSharper_GotoType. Select this and then go to the textbox and press Ctrl+T

like image 117
Tomtom Avatar answered Sep 27 '22 20:09

Tomtom


When selecting a class in the Text Editor you can press F12 to navigate to the class.

You can use CTRL+, to search for Classes (and fields, properties etc).

To inspect the keyboard mappings you can open (menu):

Tools >> Options then select Environment >> Keyboard. There you can find commands and their binding.

Microsoft has a list of pre-defined keyboard shortcuts.

DoFactory has a list of mapped command.

like image 35
Ralf de Kleine Avatar answered Sep 27 '22 20:09

Ralf de Kleine


image That's how I use it. You can use it this way

like image 40
Alparslan ŞEN Avatar answered Sep 27 '22 22:09

Alparslan ŞEN