Volatil3
Volatil3

Reputation: 14978

Netbeans Plugin Develpment

I need to work on a Netbeans Addon for self for a programming language. The plugin should support following:

I did find something related to code completition here but not getting clue of others

Upvotes: 0

Views: 55

Answers (1)

Joachim Rohde
Joachim Rohde

Reputation: 6045

For syntax highlighting: http://wiki.netbeans.org/SyntaxColoringANTLR

Project templates: https://platform.netbeans.org/tutorials/nbm-povray-4.html

(both links could be found via the search on the Netbeans website itself)

Upvotes: 2

Related Questions