Skip to content

goatapp/xml-resources-sorter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml-resources-sorter

An IntelliJ & Android Studio plugin to sort xml files who have "resources" element, in which items have the "name" attribute.

Common case is strings.xml/color.xml/style.xml in Android project.

Supported file format

Any xml file who matches below formats

<?xml version="1.0" encoding="utf-8" standalone="no"?>
    ...
    <resources>
        ...
        <color name="black">#FF000000</color>
        ...
    </resources>
    ...

Visual Effect

Entries

Recommendation Options for goat-android/fawkes/alias-android projects:

Keyboard shortcut

  • Option + [Control] + S(macOS)

About

An IntelliJ & Android Studio plugin to sort xml files who have "resources" element, in which items have the "name" attribute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Kotlin 55.1%
  • Java 44.9%