Recommended Web Development Plugins for NetBeans

I was wondering if anyone has a preferred set of plugins that they use for NetBeans. In particular, for general web development projects using: xHTML, CSS, PHP, MySQL, JavaScript and jQuery.

I am just starting to work with the IDE and use some plugins available through the program interface.

+4
source share
3 answers

I tried both Aptana Studio (both standalone and Eclipse version) and Netbeans. For my personal taste and needs, I chose Netbeans as my primary IDE.

I think there is no "THE" IDE ideal. Both are very good IDEs, among many others. Try both Aptana and Netbeans so you can see which one is best for YOUR needs!

By the way, one plugin I can't live with is Zen Coding (for Netbeans, Eclipse / Aptana + others): http://code.google.com/p/zen-coding/

+5
source

I use two Netbeans plugins

  • prefixr to automatically prefix my css3 transition / animation / ..
  • Emmet to improve HTML and CSS workflow

1 ° Prefix


2 ° Emmet (new zen coding)


Happy coding

+2
source

For Netbeans IDE, I always use two additional plugins:

  • Zen-Coding Plugin : This plugin allows you to deploy expressions similar to the CSS selector into HTML code, which is very useful and helps you enter code much faster.

  • Whacker Annoyance Plugin : This plugin moves the Netbeans IDE status bar to the top of the screen next to the menu bar. So now you have more vertical space on the screen.

It would be great to see more recommendations on useful Netbeans plugins from other people on stackoverflow!

+1
source

Source: https://habr.com/ru/post/1338572/


All Articles