Popularity
2.5
Stable
Activity
0.0
Stable
93
8
11

Code Quality Rank: L3
Programming language: Objective-C
License: MIT License
Tags: Plugins     Xcode    
Latest version: v1.0.0

CleanHeaders-Xcode alternatives and similar libraries

Based on the "Plugins" category.
Alternatively, view CleanHeaders-Xcode alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CleanHeaders-Xcode or a related project?

Add another 'Plugins' Library

README

CleanHeaders

An Xcode plug-in to format your import headers in a systematic manner. It simply removes duplicates, spaces and sorts them alphabetically making it much more easier to read and avoid duplicate imports. Works with @imports, #include, #import and import.

Preview

Usage

[Usage](menu_options.png)

Select the option from Editor > Clean Headers > Sort Headers. You can add shortcuts from Xcode preferences.

Please run sudo /usr/libexec/xpccachectl and restart your Mac before running the extension if you are on macOS 10.11 El Capitan.

TODO/Limitations

  • Missing tests

Support for Alcatraz (Deprecated)

Install the older version v1.0.0.

Alternatively you can also clone the release, build and run CleanHeaders, restart Xcode.

Credits

I am using some helper functions to deal with the filtering out source text fromxTextHandler-objc, thanks for the awesome class.