hellboy
hellboy

Reputation: 1618

.htaccess - Editor or plugin for Eclipse/Netbeans with intellisense support

Is there possible to edit .htaccess files with Intellisense and syntax highlighting support in Eclipse, Aptana or Netbeans (may be plugins)?

mod-rewrite syntax support is cool feature!

Upvotes: 3

Views: 1410

Answers (2)

Dalin
Dalin

Reputation: 3109

Vote for this issue to get it added to a future version of Netbeans: link

Upvotes: 3

M'vy
M'vy

Reputation: 5774

You can go there to look about syntax highlighting.

As far as I am concerned, I don't think Intellisense feature (meaning autocompletion) would be very interesting for mod_rewrite.

I mean basically all the Rules are RewriteRule or RewriteCond and the rest is really dependant of your directories. Even the variables are not so difficult to remember;

Upvotes: 0

Related Questions