How to customize advanced key bindings in Visual Studio (Emacs style) - visual-studio-2012

I am using this extension: Emacs emulation for Visual Studio. But Meta-N -> 5 Lines down Meta-P 5 lines up doesn't work.
How can I customize and add these bindings to Visual Studio?

Related

ReSharper big font in Visual Studio 2015

not sure if that big font comes from my Windows 10 setting or ReSharper still is not fully integrated with Visual Studio 2015. Does anyone else have the same problem?
Resharper allows you to either use the Visual Studio IntelliSense font or the Text Editor font (under Resharper->Options...->Environment->IntelliSense->Completion Appearance)
The Visual Studio Intellisense font is set in Visual Studio by: Tools->Options...->Environment->Fonts and Colors and change setting for Statement Completion
(Or you could uninstall Xamarin tools...)

Visual Studio dots showing brace connection ( similar to sublime )

I write C#, UnrealScript and C++. I do C++ and C# in Visual Studio 2012, while I do UnrealScript in Sublime 2 with UnrealScript IDE plugin
In Sublime 2 there is a cool effect that shows the line connection between the open and close braces as shown in the image:
( Note: I'm not talking about the underlining of the braces - VS already has that feature. I'm referring to the dotted lines )
I can't find a way to have this in Visual Studio, the closest so far is Show White Space which while is OK, I don't like it that much. Is there a way I can have this feature? Plugin or otherwise?
Try installing a free version of DevExpress Plugin for Visual Studio. Its got all those designes....

Add Visual Studio 2012 Places shortcut in open project dialog

How do I add a shortcut to the places bar in Visual Studio 2012? I know I can add to the Favourites but can't find anywhere how to add it to the Visual Studio part.
You can do this by changing option under
Tools -> Options -> Project and Solutions -> General tab
Like below and it will look up in that folder
Hope it helps

Microsoft Visual Studio Change Default Theme

I am finding it really hard to code using the black theme given in the visual studio 2012 IDE. Is there anyway i could get back the older grey theme or is there anyway i could make it look a bit more whiter ?
Tools -> Options -> Environment -> General -> Color Theme
or you could try to use Visual Studio 2012 Color Theme Editor , it has pre built themes too.
For Visual Studio 2015 and later versions
Tools->Options->General->ColorTheme
Change theme and Press OK.

Free Visual Studio Pluggin For Code COmpletion in Visual C++

I am doing some C++ projects in visual c++ using Visual Studio Pro 2010. But unfortunately, auto complete support, automatic brace completion are not there. For example, If you type "in", there is not auto completion pop up windows showing that "Int", if u type "ret", nothing is shown for "return", these simple auto completion feature are available in netbeans, eclipse. But not in VS.
I used Visual assist x for a month but it is not a free extension. Can someone help???? is there any free pluggin that can do these things in C++...
There are also good pluggin that serves these issues like resharper. But all these works for C# and VB
Auto completion should be available trough Visual Studio directly. As for extra options this may not do all that you're used to with Visual Assist X, but it's free and it helps you make some changes to the code very easily: DevExpress Refactor! for C++

Resources