googlearchive / chromedeveditor

Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web Apps, in JavaScript or Dart. (NO LONGER IN ACTIVE DEVELOPMENT)
BSD 3-Clause "New" or "Revised" License
2.92k stars 413 forks source link

Add code formatting #3219

Open ussuri opened 10 years ago

ussuri commented 10 years ago

cc @greenspand

ussuri commented 10 years ago

Update: we already have a CSS formatter, activated by Ctrl-Shift-1 (Cmd-Shift-1 on a Mac).

devoncarew commented 10 years ago

That keybinding is temporary and needs to change to a better one. We should also expose formatting via a context click in the file, and possibly by the outline view as well.

m4b commented 9 years ago

I'm not sure if this project is under development anymore, since last commit seems to be 2-3 months old, which is too bad, but I love this editor, incomplete though it is. Unfortunately, the major stopper right now is a lack of code formatting, in particular, html and js. I keep heading back to Atom solely for its code formatting.

If these features were added, I'd use it continuously for polymer/webapp development.

Thanks, and I hope someone is listening...