I was wondering if anyone has a preferred set of plugins that they use for N开发者_开发技巧etBeans. Specifically for general web development projects using: xHTML, CSS, PHP, MySQL, JavaScript and jQuery.
I am just getting started with the IDE and have been using some plugins that are available through the program interface.
I've tried both Aptana Studio (either standalone or Eclipse plugin version) and Netbeans. For MY personal taste and needs, I've choosen Netbeans as my main IDE.
I think there's no "THE" IDE, the perfect one. Both are very good IDEs, among many others. Try both Aptana and Netbeans, so you'll realize which one is the best for YOUR needs!
By the way, one plugin I can't live without is Zen Coding (for Netbeans, Eclipse/Aptana + others): http://code.google.com/p/zen-coding/
I use two Netbeans plugins
- prefixr to auto prefix my css3 transition / animation / ..
- Emmet to improves HTML & CSS workflow
1° Prefixr
- default shortcut on mac :
^+⌘+P
(ctrl + cmd + P
) - download link : http://plugins.netbeans.org/plugin/39949/prefixr
- screenshot :
2° Emmet (new zen coding)
- default shortcut to expand (on mac) :
^+⌘+N
(ctrl + cmd + N
) - download link : enter link description here
- installation guide : https://github.com/emmetio/netbeans
- Emmet official website : http://emmet.io/
- Emmet cheat sheet : http://docs.emmet.io/cheat-sheet/
- screenshot :
Happy coding
For the Netbeans IDE I'm always using two extra plugins:
"Zen-Coding" plugin: This plugin allows you to expand expressions—similar to CSS selectors—into HTML code, which is very helpful and helps you typing your code a lot faster.
"Annoyance Whacker" plugin: This plugin moves the status bar of the Netbeans IDE to the top of the screen next to the menu bar. So now you have more vertical space on your screen.
It would be great to see more recommendations on useful Netbeans plugins from other people on stackoverflow!
精彩评论