bumaociyuan / JSFormatter-Xcode

Xcode plug to format js html css files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Xcode plug to format js html css files

License:MIT License


Languages

Language:Objective-C 100.0%