Plugin for VS 2008 - With Structural Highlighting - Support Syntax Delphi Prism
Asked Answered
D

3

10

Anybody know any plugin for Visual Studio 2008 that has the ability to "Structural Highlighting" and Syntax support for Delphi-Prism.

Currently use Castalia and CnPack, but just work on Rad Studio.

I've also used Codekana, but does not support the syntax of Delphi Prism.

Bye.

Disrate answered 3/9, 2009 at 8:7 Comment(7)
I think it's not a good idea to tag delphi prism related questions as delphi.Kaiser
Francisco included the tag delphi intentionally because it is more possible for a delphi developer knows a plugin for delphi prism.Disrate
Have you contacted the guys at Codekana to ask if they would add support for Prism?Metalepsis
Bruce that is a good option, but for now I would like to find some existing plugin.Disrate
For that matter, I wonder if DevExpress will support Prism any time soon?Metalepsis
Per Julian Bucknall of DevExpress they are planning to support Delphi Prism with their IDE tools: delphi.org/2008/11/15-julian-bucknall-on-devexpressEfrem
Jon the author & vendor of Codekana here. I'll definitely try to add support for other languages in the future, including Delphi-Prism. Shouldn't be too hard (but my to-do list is huge!).Circumstantiate
H
1

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 :-)

Huth answered 10/9, 2009 at 6:3 Comment(2)
Jeroen, Codekana indeed does not have any refactoring support. Care to explain exactly what you mean by macros? Thanks!Circumstantiate
I mistyped: I meant template expansion. You an find out more on the link below. The real strength of CodeRush here, is that the expansion is context sensitive. devexpress.com/Products/Visual_Studio_Add-in/Coding_Assistance/…Huth
E
0

There is no product that provides structural highlighting with syntax support for Delphi Prism under VS.

Excellent question, which highlights an available development niche.

Entomology answered 6/9, 2009 at 15:49 Comment(0)
P
0

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

Philter answered 9/9, 2009 at 10:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.