Based on this, some really useful Android Studio plugins are: 1. Inspection Lens (shows errors, warnings, and other inspection highlights inline.) 2. String Manipulation (case switch, sort, filter, encode... strings) 3. ADB Idea (uninstall, kill, start... app) 4. Rainbow Brackets (highlights brackets) 5. Key Promoter X (keyboard shortcuts) Some more: Regex Rename Files, Statistic, Translation, Copilot, JSON To Kotlin Class Anything missing?
Based on this, some really useful Android Studio plugins are: 1. Inspection Lens (shows errors, warnings, and other inspection highlights inline.) 2. String Manipulation (case switch, sort, filter, encode... strings) 3. ADB Idea (uninstall, kill, start... app) 4. Rainbow Brackets (highlights brackets) 5. Key Promoter X (keyboard shortcuts) Some more: Regex Rename Files, Statistic, Translation, Copilot, JSON To Kotlin Class Anything missing?
@androiddevnotes Nice list! There is also the: "Kotlin Fill Class" plugin that gives you the ability to fill all the properties of your constructor or function with default values. This is super useful for such cases as test providers or data models and saves you a lot of time 😉
@androiddevnotes Detekt - Shows the library's linting issues inline with the option of flagging them as errors. + It'll optionally include custom Detekt config files for additional rulesets.