룬아님의 취중코딩

안드로이드 스튜디오 유용한 플러그인 본문

개발/안드로이드 개발

안드로이드 스튜디오 유용한 플러그인

룬아님 2023. 11. 22. 16:18

xml파일에서 key를 알파벳 순으로 정렬해주는 플러그인

https://plugins.jetbrains.com/plugin/8223-androidxmlsorter
 

AndroidXmlSorter - IntelliJ IDEs Plugin | Marketplace

Android Studio & IntelliJ Plugin for sort xml by name="xxx". 'Editor > PopupMenu(Right Click) > Refactor > Sort Xml By Name' Options - Insert space...

plugins.jetbrains.com

 

Kotlin 객체의 생성자를 자동으로 채워주는 플러그인, Dummy data를 채워주는 기능도 있다.

https://plugins.jetbrains.com/plugin/10942-kotlin-fill-class
 

Kotlin Fill Class - IntelliJ IDEs Plugin | Marketplace

Intellij plugin that provide intention action for empty constructor or function to fill property with default value.

plugins.jetbrains.com

 

현재 adb에 연결되어 있는 디바이스의 activity 코드를 찾아서 열어주는 플러그인

https://plugins.jetbrains.com/plugin/7877-open-current-activity
 

Open current Activity - IntelliJ IDEs Plugin | Marketplace

An action to open the class corresponding to the currently shown Activity on the attached Android device or emulator. This action can be found under Navigate / Current...

plugins.jetbrains.com

 

https://plugins.jetbrains.com/plugin/9960-json-to-kotlin-class-jsontokotlinclass-

 

JSON To Kotlin Class (JsonToKotlinClass) - IntelliJ IDEs Plugin | Marketplace

Plugin for Kotlin to convert Json String into Kotlin data class code quickly Fast use it with short cut key ALT + K on Windows or Option + K on Mac Features...

plugins.jetbrains.com

 

https://plugins.jetbrains.com/plugin/9792-key-promoter-x

 

Key Promoter X - IntelliJ IDEs Plugin | Marketplace

The Key Promoter X helps you to learn essential shortcuts while you are working. When you use the mouse on a button inside the IDE, the Key Promoter X shows you the...

plugins.jetbrains.com

 

https://plugins.jetbrains.com/plugin/7380-adb-idea

 

ADB Idea - IntelliJ IDEs Plugin | Marketplace

Adds the following ADB commands to Android Studio and Intellij: ADB Uninstall App ADB Kill App ADB Start App ADB Restart App ADB Clear App Data ADB Clear App Data and...

plugins.jetbrains.com

 

https://plugins.jetbrains.com/plugin/18824-codeglance-pro

 

CodeGlance Pro - IntelliJ IDEs Plugin | Marketplace

IntelliJ plugin that displays a zoomed out overview or minimap similar to the one found in Sublime into the editor pane. The minimap allows for quick scrolling letting...

plugins.jetbrains.com

 

https://plugins.jetbrains.com/plugin/10730-android-drawable-preview

 

Android Drawable Preview - IntelliJ IDEs Plugin | Marketplace

Render drawable instead of default icon. Supports binary and vector images.

plugins.jetbrains.com

 

반응형
Comments