自己在用的 Android Studio 实用插件列表

  1. GsonFormat
      json格式化并转成实体类
    https://plugins.jetbrains.com/plugin/7654-gsonformat
     
  2. Material Theme UI
      内置多种Material主题、图标等,可以定制
    https://plugins.jetbrains.com/plugin/8006-material-theme-ui
     
  3. Name the color
      给颜色命名是个难题,让这个插件帮你取名
    https://plugins.jetbrains.com/plugin/10422-name-that-color
     
  4. Android Color Manager
      定义的颜色都能看到,并且支持拖动到你的代码
    https://plugins.jetbrains.com/plugin/10302-asm-bytecode-viewer
     
  5. ASM Bytecode Viewer
      看字节码的工具
    https://plugins.jetbrains.com/plugin/10302-asm-bytecode-viewer
     
  6. Key Promoter X
      熟悉快捷键的工具
    https://plugins.jetbrains.com/plugin/9792-key-promoter-x

你可能感兴趣的:(自己在用的 Android Studio 实用插件列表)