All Projects → bumaociyuan → JSFormatter-Xcode

bumaociyuan / JSFormatter-Xcode

Licence: MIT license
Xcode plug to format js html css files

Programming Languages

objective c
16641 projects - #2 most used programming language

No longer maintained

JSFormatter-Xcode

Xcode plug to format js html css files using js-beautify

Requirement

Screenshot

image

##Support Extension

  • js
  • css
  • html\htm
  • json

Installation

Build from source code

  • Build the Xcode project. The plug-in will automatically be installed in ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins.
  • Relaunch Xcode.

To uninstall, just remove the plugin from ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins and restart Xcode.

Install Via Alcatraz

  • Install Alcatraz.
  • Search JSFormatter click the icon on left to install.

Get Xcode UUID

defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID

How does it work?

All the commands are in the menu Edit > JSFormatter. Click Format Active JS File to format

Shortcut

You can create keyboard shortcuts for the menu items in the Keyboard Preferences of OS X System Preferences.

Thanks

Thanks to the BBUncrustifyPlugin-Xcode since I used some code from it.

TODO

  1. Install via Alcatraz
  2. Add Format Selected JS Files
  3. Add Format Selected JS Lines
  4. Xcode 7 Support

License

The MIT License (MIT)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].