plugins
IDE
s
Team Tools
Dev Guide
Upload plugin
Sign In
IntelliJ IDEA
Ultimate
Community
PyCharm
Professional
Community
Educational
PhpStorm
WebStorm
RubyMine
AppCode
CLion
GoLand
DataGrip
Rider
MPS
Android Studio
TeamCity
Hub
YouTrack
Upsource
Search
shiraji
Please
sign in
to see author's details
Hide Tool Windows Ex
By
shiraji
Code editing
This plugin adds the functionality to hide tool windows when the developer start typing.
Gradle Confirmation
By
shiraji
Build
This plugin shows a confirmation dialog before executing gradle tasks.
Plugin Importer+Exporter
By
shiraji
Tools integration
This plugin currently has two main features.
Activity createIntent Inspection
By
shiraji
Inspection
This plugin add a custom inspection that checks Activity implements a public static method of creating its Intent.
Fragment newInstance Inspection
By
shiraji
Inspection
This plugin add a custom inspection that checks Fragment implements a static method of creating its instance.
Find Pull Request
By
shiraji
Navigation
This plugin find the pull request of the selected line. If there is no pull request for the line, then open Github commit page which the line is added.
Open Commit On GitHub
By
shiraji
Navigation
This plugin add an editor popup menu.
PermissionsDispatcher plugin
By
shiraji
Code tools
IntelliJ plugin for supporting PermissionsDispatcher.
Clear Ignore This Update
By
shiraji
Menu components
Too scaled to press "Ignore This Update" button? This is the plugin that undo pressing "Ignore This Update".
Breakpoints Manager
By
shiraji
Editor
The IntelliJ plugin that helps share/save breakpoints.
Activity kreateIntent Inspection
By
shiraji
Inspection
This plugin add a custom inspection that checks Activity implements a companion object method that creates its Intent.
Fragment kewInstance Inspection
By
shiraji
Inspection
This plugin add a custom inspection that checks Fragment implements a companion object method of creating its instance.
gradle-intellij-plugin wizard
By
shiraji
Plugin development
IntelliJ plugin that adds a wizard that creates a plugin module with gradle-intellij-plugin (https://github.com/JetBrains/gradle-intellij-plugin).
Android Color Manager
By
shiraji
Navigation
The plugin that manages Android colors.
Emoji Support Plugin
By
shiraji
Code editing
Intellij plugin for supporting auto-complete for Emoji.
Databinding Support
By
shiraji
Code editing
Intellij plugin that support Android Data Binding Library. This plugin has following features: Convert non-databinding layout to databinding layout.