English 中文(简体)
• 视力演播室
原标题:How do I: Visual Studio Syntax Highlighting Extension

我想为2010年全球升温潜能值制定一个延长期,使我能对轮.作出一些补充。

我安装了SDK,我如何开始?

请在我能看到如何开始的那场会中,给我略微的幻灯(或与守则的联系)。

<说明>:我是否必须检查整个法典,或者SDK告诉我说的是哪一个字,是怎么说?

最佳回答

这里有一幅供撰写班级人使用的信息。 I wrote a blog article about it a 与此同时。

关于样本/编码,有:

回答你关于SDK是否告诉你每个字,答案是“无”,有几处“实物”。 总的来说,基本语言模式没有暴露,尽管你可以做一些事情,如从 other<>/em>类等消费分类信息,希望它们能向您提供足够信息;有些,如C#,往往提供大量信息,在电离层和颜色环境中可能无法显示这些信息(检查工具-和工具;环境与研究;Fonts和Koros环境,看你是否想要改变,可能已经发生这种变化),而其他一些信息,如VB,则往往不会出现。 你们也可以使用诸如DTE s CodeModel,但我从未听说过过与它有真正良好经验的人。

如果你想获得消费分类信息,那么你可以看一下:CommentTextTagger.cs 。 (部分延伸)是这样做的。

问题回答

你可以检查

http://code.msdn.microsoft.com/ookLanguage”rel=“nofollow noreferer”>http://code.msdn.microsoft.com/ookLanguage

在C#样本中,有“Ook TokenTag.cs”的yn子。 当然,你必须打下整个案文,但这并非太困难。

(以下链接:)





相关问题
Can t load multiple MEF parts

I have a Winforms desktop application that is loading multiple MEF parts with the same Interface type. Problem: When I try to load more than one of the same type I get the following exception: The ...

MEF + WCF Service Host?

I am just getting into MEF and I have come across a problem that I cannot resolve. I have a windows service that is reading in my DLLs (via MEF) and each DLL is a WCF Service Host. When I run my ...

MEF: Where should I put the CompositionContainer?

I have been using the Windsor IoC Container for my web-based application, to resolve the data access layer implementation the application should use. The web application s UI will consist of pages, ...

MEF如何确定其进口顺序?

MEF允许你通过使用进口管理特性进口多个部件。 如何确定它收回相关出口的顺序,并增加这些出口量,以达到你所知道的数量......

How-To Prevent Module Duplicates with MEF?

How can i prevent from MEF to load duplicates Modules in the case of the presence of 2 copies of the same Assembly (maybe by mistake) Assembly1.dll Assembly2.dll (copy of Assembly1) [ImportMany] ...

Basic MEF workflow/usage

I m looking to a framework which will allow me to have a simple plugin system in my .NET application. It seems MEF is the framework which Microsoft is endorsing, and will become part of .NET 4 (it ...

热门标签