jsformat-atom
jsformat-atom copied to clipboard
javascript formatting for the Atom editor
It would be advantageous to supporting the formatting of JavaScript within tags embedded inside of file types other than .js. This would allow embed JavaScript formatting inside of .html/htm documents....
_From @MichaelReeder on December 10, 2014 14:43_ Uncaught TypeError: Cannot read property 'dispose' of undefined **Atom Version**: 0.154.0 **System**: Mac OS X 10.9.3 **Thrown From**: [jsformat](https://github.com/jdc0589/jsformat-atom) package ### Steps To...
Files like a `.jshintrc` with lots of aligned comments should be ignored, so I'm adding a field for that. Looking for any other files that should be ignored by default....
It would be advantageous to be able to apply formatting to only selected lines.
JSFormat should probably obey editorconfig, because it is per project where JSFormat is for all of Atom.
It would be advantageous, if we don't have to "copy" the project specific jsbeautify config to the plugin /panel settings. The jsbeautifyrc file should overwrite the plugin/panel settings. What do...
Tests
This will need some tests before moving to 1.0.0, so that we can make sure things won't break in the future. - [x] General formatting (at least getting a response...
[e4x is starting to be deprecated](http://en.wikipedia.org/wiki/ECMAScript_for_XML) by major browsers, and I don't think anyone uses it. Does anyone use e4x?