RRUZ
RRUZ

Reputation: 136441

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

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.

Upvotes: 10

Views: 1593

Answers (3)

Jeroen Wiert Pluimers
Jeroen Wiert Pluimers

Reputation: 24523

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

Upvotes: 1

zeocrash
zeocrash

Reputation: 665

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

Upvotes: 0

Argalatyr
Argalatyr

Reputation: 4659

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

Excellent question, which highlights an available development niche.

Upvotes: 0

Related Questions