Visual Studio Disassembly Syntax Highlighter - syntax-highlighting

Is there a disassembly highlighter for Visual Studio? I say this because look at the difference between these 2 disassemblers:
Visual Studio: http://i.stack.imgur.com/9QPCk.png
IDA Pro: http://i.stack.imgur.com/x1PfD.png
Now at the least I'd like a syntax highlighter for Visual Studio, because it's just so UGLY! Also, please don't say ASMHighlighter because that is only supported when writing assembly, not disassembling. Thanks, Stevie.

The VS extension AsmDude version 1.9.0.0 provides syntax highlighting (and more) for the disassembly window for visual studio 2015 and 2017

Related

Visual studio code c++ indent

I want to use Visual Studio Code instead of Visual Studio C++,
but what bothers me is that auto indent.
I want Visual Studio Code to auto indent like Visual Studio C++. See the difference in below images
Visual Studio Code
Visual Studio C++
How to modify VS Code settings to works like VSC++?
Please help!

Assembly highlighting

I am using visual stduio 2010, I am installing the ASM highlighting but I get this message every time.
this extension is not intallable on any currently installed program.
Visual Studio Express doesn't support extensions (including AsmHighlighter). You need at least Visual Studio Professional to use it.

How to use Visual Studio 2010's advanced intellisense tooltip in Visual Studio 2012?

I don't know whether it is missing in Visual Studio 2012 but I wonder why I cannot see the advanced tooltip feature in 2012.
In VS2010, once you hover your mouse over a code, it displays the following:
But it is how it looks right now in Visual Studio 2012:
And it looks rather primitive compared to Visual Studio 2010.
That's from a Visual Studio Plug-in. I think it's either PowerTools or VSCommands. You should install the same plug-in in VS2012, and you should get that behavior back.
(Just confirmed that it's Productivity Power Tools that provides that feature.)

VC++ 2010 Syntax Highlighting vs. VC++ 2008 Syntax Highlighting: Tab Character Issue

Visual C++ 2010 has some sort of weird syntax highlighting issue when it comes to tab characters inside comments, and I know this is a trivial issues, but it's driving me crazy. I'm going to have to show you some screenshots so you will understand what I mean...
This is in Visual C++ 2010 Express
Same thing pasted in Visual C++ 2008 Express
I was able to reproduce this in Visual Studio 2010 and the 2011 preview.
To reproduce:
Tools->Options->Fonts And Colours->Comments
Item Background -> Purple/Red/Blue/Anything
The only solution was to change the back colour of all text (Plain Text), which I don't think you wanted to do or to go back to 2008 Express

GLSL syntax highlighting in Visual C# Express 2010

On a friends version of visual studio, we saw to our surprise that a text file with the extention .frag or .vert has GLSL syntax highlighting. Is this a new feature? How can I get it in my version which is also 2010?
I use the NShader extension for that.

Resources