Emacs-like Ctrl+Up/Down text navigation in Visual Studio 2010? - visual-studio

In the Windows version of Emacs, Ctrl+Up and Ctrl+Down navigate between blocks of text by going to the prev/next blank line instead of line by line. Is there a way to reproduce this functionality in Visual Studio?

Related

Can't get a text window to appear, anyone know what to do?

I already tried changing the font, text colour and theme but still nothing. I'm using Visual Studio 2019 and opened Visual Studio through Unity, here's the image:
Sometimes it happens to me too, double click on the script and it pops up the blank Visual Studio screen like that. To resolve the error I just go back to Unity (keeping Visual Studio open) and double click on the script, at which point the script appears on Visual Studio.

horizontal guide lines appeared on Visual Studio 2017

I've noticed that all of a sudden the following lines have appeared in Visual Studio 2017 Professional:
Does anyone know what they are and how to disable them?
Possible duplicate with : Why does the Visual Studio editor show dots in blank spaces?
In short :
Visual Studio is configured to show whitespace.
Press Ctrl+R, Ctrl+W.
If you are using C# keyboard mappings: (thanks Simeon)
Press Ctrl+E, S.
If you want to use the menu: (thanks angularsen)
Edit > Advanced > View White Space

Visual studio IDE styling issue

Accidentally I have pressed some key and the following dot dot line appear in my visual studio-2013 IDE.
Could anyone can tell me how to remote this, any shortcut or options?

How to go to a line when clicked on a Visual Studio scrollbar caret

In Visual Studio, is it possible to navigate to exact position (code line) in the editor - while expanding regions - when clicked on a visual studio scrollbar caret? (like how Resharper does)

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).

Resources