Moein Hosseini
Moein Hosseini

Reputation: 4383

add javascript support to NetBeans

I'm developing project in ubuntu 11.04 and NetBeans 6.9. In windows when I was working with NetBeans 7 ,it has got JavaScript complete ,but I can't find NetBean 7 in ubuntu and JavaScript plugin for NetBeans 6.9 to have auto complete.

now what should I do to solve this problem?

Upvotes: 0

Views: 3110

Answers (3)

Tass
Tass

Reputation: 1628

I'm not entirely sure about auto-complete (because I can't stand auto-complete, it drives me crazy) but here's how you fix the syntax highlighting issue: here it is.

The original poster might be asking how to fix it since Ruby on Rails is supposedly no longer supported after 6.9. (Personally, that's what I'm stuck with for this same reason.)

Upvotes: 0

Layke
Layke

Reputation: 53106

I did the same. I originally download 6.9 but that wouldn't work.

Download version 7 and then install that. That version comes with JavaScript syntax highlighting.

Version 7: http://download.netbeans.org/netbeans/7.0/final/

Upvotes: 1

Py.
Py.

Reputation: 3599

You should find netbeans 7.0.1 for linux here: http://netbeans.org/downloads/ .

Upvotes: 0

Related Questions