在视觉工作室中改变颜色(完整的 [英] Changing colors in visual studio (assemply

查看:145
本文介绍了在视觉工作室中改变颜色(完整的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前我的所有代码在Visual Studio中都显示为白色。如何更改它以便根据我编写的代码更改字体的颜色(我编写的代码)。例如,mov和add等特殊关键词可以是一种颜色。声明变量是另一种颜色,依此类推。



我尝试过:



我尝试更改主题颜色,但它不起作用

解决方案

在Visual Studio中没有原生语法突出显示对ASM的支持。



有一个扩展名, AsmHighlighter扩展 [ ^ ],但这不是我所谓的生产就绪质量。还有其他扩展,它不能很好用。


你可以使用/安装AsmHighlighter这是x86 ASM语法突出显示AddIn for Visual Studio

你可以得到它在下面的链接

AsmHighlighter - x86 ASM语法突出显示Visual Studio的AddIn - 主页 [ ^ ]
AsmHighlighter是Visual Studio的扩展,提供语法高亮显示对于x86 ASM语言。支持MASM和NASM语法。

Currently all my code looks white in Visual Studio. How do I change it so that the color of font (the code I write in assemply) is changed according to the code that I write. For example, special key words such as mov and add would be in one color. Declaring variables is another color and so on.

What I have tried:

I have tried changing the theme color, but it didn't work

解决方案

There is no native syntax highlighting support for ASM in Visual Studio.

There is an extension, AsmHighlighter extension[^], but it's not what I would call "production ready" quality. There are other extensions that it doesn't play nice with.


You can use/install AsmHighlighter which is x86 ASM Syntax Highlighting AddIn for Visual Studio
you can get it on below link
AsmHighlighter - x86 ASM Syntax Highlighting AddIn for Visual Studio - Home[^]
AsmHighlighter is an extension to Visual Studio that provides syntax highlighting for x86 ASM language. MASM and NASM syntaxes are supported. .


这篇关于在视觉工作室中改变颜色(完整的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆