k to the z
k to the z

Reputation: 3185

Editing vb.net in netbeans

My work dropped a vb.net program in my lap that I need to modify. Die vb. Die.

Anyway, I work in Netbeans and can't find a module that will allow for syntax highlighting of vb. Is there a creative solution out there for this that doesn't involve using a different IDE?

Thanks guys.

Upvotes: 0

Views: 2254

Answers (1)

Brian Beckett
Brian Beckett

Reputation: 4900

As mentioned in the accepted answer to this question, there is a tutorial for setting up custom syntax highlighting in Netbeans here (direct link to tutorial instead of link to FAQ provided in linked question).

I think you might well find that it's less hassle to just install Visual Studio than to set up Netbeans to highlight VB.Net syntax, but that's up to you. Good luck.

Upvotes: 2

Related Questions