使 Eclipse Syntax Coloring 与 Visual Studio Syntax Coloring 完全相同

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11426617/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 18:32:14  来源:igfitidea点击:

Make eclipse Syntax Coloring exact as visual studio Syntax Coloring

eclipsevisual-studio-2010

提问by iCode

Don't ask me why but I want to make eclipse Syntax Coloring exact as visual studio 2010 standard C# Syntax Coloring. I know where to change it in eclipse but I can't get the color codes right. Where can I find the visual studio standard C# Syntax Coloring color code to apply to eclipse?

不要问我为什么,但我想让 eclipse 语法着色与 Visual Studio 2010 标准 C# 语法着色完全相同。我知道在 eclipse 中在哪里更改它,但我无法正确获取颜色代码。在哪里可以找到适用于 Eclipse 的 Visual Studio 标准 C# 语法着色颜色代码?

Do you know any template that may already do so?

您知道任何可能已经这样做的模板吗?

回答by seanhodges

A quick Web search turns up the Visual Studio styles on eclisecolorthemes.org.

在 eclisecolorthemes.org 上进行快速 Web 搜索即可找到Visual Studio 样式

There are instructions on the siteon how to apply the theme.

还有在网站上说明如何应用主题。