문제

Are there any known Plugins or ways to properly autoformat Javascript in Netbeans IDE?

도움이 되었습니까?

해결책

EDIT 9/15/2012

After looking into this further, I have found that the javascript module is being rewritten already(much needed). You can finally find formatting options for javascript. It's available in the netbeans nightly builds. Good luck all.

http://bits.netbeans.org/download/trunk/nightly/

I have released a pretty simple JS formatter that uses JSBeautify and runs in Rhino.

http://plugins.netbeans.org/plugin/43263/jsbeautify

You have to use an alternate key for now. I'm working on modifying the Javascript language in Netbeans to possibly release something better, later on(either as a plugin or patch). I'm still familiarizing myself with the way things are happening in Netbeans.

There have been talks for years to add more formatting options for Javascript in Netbeans. Nothing has surfaced. I'm going to propose that the Javascript language leverage JSBeautify(running in Rhino) to provide formatting, rather then implementing new features in Java. This simplifies the formatting process, plus the JSBeautify community is very large and it's actively developed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top