Android文件分組AndroidStudio插件:Android File Grouping Plugin
Android File Grouping Plugin

- 它沒有移動文件
- 它沒有創建新的文件夾. </ul>
分組前
- res/
- layout/
- chat_activity.xml
- chat_toolbar.xml
- chat_item.xml
- chat_share_view.xml
- home_activity.xml
- home_toolbar.xml
- home_fragment_sign_in.xml
- home_fragment_sign_up.xml
分組后
- res/
- layout/
- chat/
- chat_activity.xml
- chat_toolbar.xml
- chat_item.xml
- chat_share_view.xml
- home/
- home_activity.xml
- home_toolbar.xml
- home_fragment_sign_in.xml
- home_fragment_sign_up.xml
Naming rules: folder name -> file name part till underscore
Installation & Usage
Installation
- Download latest Android File Grouping zip file here
- Open Android Studio Settings, and select Plugins
- Click Install from disk and choose Android File Grouping.zip
- Restart IDE
Usage
- Rick click on layout folder (or any other)
- In context menu click Group/Ungroup
Limitations

The Android project view defines its own structure and does not allow modifying the structure through any extensions. Make sure you are in Project structure view, NOT in Android.
本文由用戶 7n5e 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!