Add item to external tools menu
To add an "Open Atom here" to the right click context menu follow these steps
- Open IntelliJ preferences
- Filter "external tools"
- Add new item
- Deselect Synchronise files after execution and Open console
- Add atom in the program field
- Add $FilePath$ in the Parameters field
- Add $ProjectFileDir$ in the Working directory field
- Check the dialog and click Ok
To add "Open Terminal here" do the same but at step 5 add "open" and step 6 add "$FileDir$ -a Terminal"
Add keymap to plugin
To add a keymap to a plugin action follow these steps
- Open IntelliJ preferences
- Filter "keymap"
- Locate your plugin
- Add a keymap to the plugin action
As an example I've added F13 to IntelliVault Push to CRX
No comments:
Post a Comment