Opening macros IDE in Visual Studio without Alt + F11? - visual-studio

There must be another way to do it without using the shortcut key Alt + F11 which for me rebuilds the project for some reason.

Go to the main Visual Studio menu Tools - Macros - Macros IDE...

Related

Visual Studio equivalent of Eclipse's Control+Q shortcut

is there an equivalent of Eclipse's control Q shortcut (go to the last edit) in Visual Studio 2015?
I've tried control shift backspace but doesn't work
I'm using it quite a lot and it's really tedious having to do without it.

Override Visual Studio (2013) default Build Solution (F6) to use Incredibuild instead?

I'm currently using the Free version of the Incredibuild for Visual Studio 2013 (https://www.incredibuild.com/accelerate-visual-studio-cc-builds.html).
Is there a way we can override VS's "Build Solution" button (F6) to use the Incredibuild "Build Solution" button (Ctrl + Alt + 8) instead at all?
As commented by #Drop you can simply override the default keyboard shortcuts to use the Incredibuild.BuildSolution for F6 via:
Tools->Options->Environment->Keyboard

Visual Studio Smart Indent?

Is there a way to auto indent (like ctrl+i in MATLAB) FORTRAN code in Visual Studio.
If you are using Visual Studio with the C# keyboard settings, the keyboard shortcut is Ctrl+K followed by Ctrl+F.
To get the full list of predefined shortcuts, see http://msdn.microsoft.com/en-us/library/da5kh0wa.aspx (Edit.FormatDocument). The list has all keyboard shortcuts from Visual Studio 6 to Visual Studio 2013.
Select the code you want to format and press Ctrl+K,F (i.e Ctrl+K then Ctrl+F)
Ctrl+K,D will format the entire document, without changing your cursor position (as Select-All option does).

What happened to VSFileFinder.Connect.ShowVSFileFinder in Visual Studio 2010?

I wanted to mimic the functionality in Eclipse where you can press CTRL + SHIFT + R to open a file, I read that this is possible but when I opened my own Visual Studio 2010 instance, I noticed that it was not contained in the Show Commands Containing search of the Keyboard options menu.
Has the name of this functionality changed in Visual Studio 2010?
I found Sonic File Finder which does the same thing:
http://www.jens-schaller.de/sonictools/sonicfilefinder/index.htm

Visual Studio Navigation Short Cuts

In the Visual Basic 6.0 IDE, it was possible to navigate to the start of the next (previous) subroutine or function by pressing CTRL + Down Arrow (Up Arrow). This does not work in VS2010.
Is there another key combination for this?
Can it (has it) be (been) implemented?
look on the Visual studio keyboard shortcuts released by Microsoft
http://weblogs.asp.net/scottgu/archive/2010/07/29/visual-studio-2010-keyboard-shortcuts.aspx

Resources