https://github.com/markiewb/idea-externaltools-runconfiguration-plugin
IntelliJ IDEA (and WebStorm...) plugin to support 'External Tools' as a run configuration
https://github.com/markiewb/idea-externaltools-runconfiguration-plugin
Last synced: about 1 year ago
JSON representation
IntelliJ IDEA (and WebStorm...) plugin to support 'External Tools' as a run configuration
- Host: GitHub
- URL: https://github.com/markiewb/idea-externaltools-runconfiguration-plugin
- Owner: markiewb
- License: apache-2.0
- Created: 2017-06-05T11:45:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T18:41:19.000Z (over 5 years ago)
- Last Synced: 2025-03-18T04:16:08.218Z (about 1 year ago)
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/15178-run-configuration-for-external-tools
- Size: 112 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
It adds a 'Run Configuration' type for 'External Tools'.
The configuration executes nothing, BUT you can associate an 'External Tool' via the 'Before Launch' section.
Thus the 'External Tool' is available via the Run-/Debug-Popup.
It solves or helps you with the issues
IDEA-104897,
IDEA-168555,
IDEA-161285
FYI Empty run configurations are also supported by Batch Scripts Support- or BashSupport-plugin.
Configuration
Changelog
1.2:
- Fixed: Update IDEA requirements to 2018.3.6 #4
1.1:
- Fixed: Run is not repeatable (Incompatibility to 2018.x) #2
- Fixed: Exceptions with IntelliJ 2020.2 #3
1.0: Initial version
License
Apache 2.0