VS 2008 插件 - 具有结构突出显示 - 支持语法 Delphi Prism
任何人都知道 Visual Studio 2008 的任何插件能够“结构突出显示”并支持 Delphi -棱镜。
目前使用 Castalia 和 CnPack,但只需在 Rad Studio 上工作。
我也使用过 Codekana,但不支持 Delphi Prism 的语法。
再见。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
考虑到这些评论,答案可能是“Delphi Prism 还没有结构语法突出显示”:-)
您可能还想联系 DevExpress 的人员,或者与 DevExpress 与 RemObjects 的人员一起工作。
RemObjects 是一家开发了整个 Delphi Prism 语言和 Visual Studio IDE 集成的公司:该产品是称为Oxygene。
CodeRush 进行结构语法突出显示(以及 更多,即使是免费版本)。它曾经适用于 Delphi,但现在仅适用于 Visual Studio,并且适用于 C# 和 VB.NET 人员。
Mark Miller 是 CodeRush 背后的人(他在 Delphi 世界中开始了它) 。
由于 CodeRush 基于 DxCore,DxCore 执行 C#、VB.NET 和 ASPX,并且 DxCore 是公共的,因此您可以推出自己的结构语法突出显示:-)
Julian Bucknall(DevExpress 首席技术官)已经暗示在其产品中支持 Delphi Prism 和 对此进行了详细说明。
Olaf Monien 写了关于 使用DxCore 为 Delphi Prism 启用同步编辑。
就我个人而言,我还没有使用 Codekana ,主要是因为我非常依赖宏和重构。乍一看 Codekana 不支持这些,但我很乐意纠正这一点:-)
Given the comments, the answer probably is 'there is not yet structural syntax highlighting for Delphi Prism' :-)
You might also want to contact the people at DevExpress, or hook the people at DevExpress up with the people at RemObjects.
RemObjects is the company that developed the whole Delphi Prism language and Visual Studio IDE integration: that product is called Oxygene.
CodeRush does structural syntax highlighting (and much more, even in their free edition). It used to be available for Delphi, but is now Visual Studio only, and works for the C# and VB.NET personalities.
Mark Miller is the guy behind CodeRush (he started it in the Delphi world).
Since CodeRush is based on DxCore, DxCore does C#, VB.NET and ASPX, and DxCore is public, so you could roll your own structural syntax highlighting :-)
Julian Bucknall (CTO of DevExpress) already hinted on support for Delphi Prism in their products and elaborated on that.
Olaf Monien wrote about using DxCore to enable Sync Edit for Delphi Prism.
Personally I have not used Codekana yet, mainly because I rely on macros and refactoring a lot. At first sight Codekana does not support those, but I'd love to be corrected on that :-)
目前还没有产品为 VS 下的 Delphi Prism 提供结构高亮和语法支持。
很好的问题,突出了可用的开发利基。
There is no product that provides structural highlighting with syntax support for Delphi Prism under VS.
Excellent question, which highlights an available development niche.
嗯,不太一样,但我在 Visual Studio 2008 中使用 smartoutline。它主要用于折叠指定的代码区域,但它也标记了边距中的结构。您必须自己指定区域,但一旦完成,它会使代码更容易阅读
hmmm, it's not quite the same, but i use smartoutline in visual studio 2008. It's mainly for collapsing specified regions of code, but it also marks up the structures in the margin. You have to specify the regions yourself, but once done it makes code a lot easier to read