SimpleActions
Products:
IntelliJ IDEA,
Android Studio
Vendor:
Etienne Studer
Email:
Website:
N/A
Description:
Adds some simple but convenient actions for IntelliJ IDEA.
Actions:
- hide all bottom tool windows, press Shift+Alt+F12 (or choose 'Hide Bottom Tool Windows' from Window menu)
- highlight method implementations, press Ctrl+Alt+Shift+F7 on any interface or class reference that the current class implements or extends
(or choose 'Highlight Implementations in Class' from Search and Context menu)
- copy Class.Method(ParameterTypes) to clipboard, press Ctrl+Alt+Shift+M on any method
(or choose 'Copy Class.Method' from Edit and Context menu)
Downloads: 6499
Rating:
Participated in rating: 1
Recent change notes:
- 1.1.6 - Made changes to plugin descriptor to allow for smooth upgrading of the plugin (due to IDEA bug)
- 1.1.5 - Changed plugin descriptor regarding error submitter integration to remain IDEA downward compatible
- 1.1.4 - Integrated PluginErrorReportSubmitter plugin
- 1.1.3 - Added action to hide all bottom tool windows
- 1.1.2 - First version for IDEA 6.0.x
- 1.1.1 - Final version for IDEA 5.x
- 1.1.0 - Added action to highlight method implementations of class or interface at caret
- 1.0.0 - Initial version, action to copy Class.Method(ParameterTypes) of selected method to clipboard, e.g. Object#equals(Object)
Comments: