An IntelliJ plugin for opening current directory in Angular Console.
Right click on target file or directory in Project view, then select Open Angular Console Here.
Mac and Win platforms are supported temporarily.
- Mac: option + A
- Win: alt + A
Verify plugin:
gradle verifyPlugin
Build plugin and zip file will be located at build/distributions
:
gradle buildPlugin
Run Intellij IDEA with plugin installed:
gradle runIde
Publish plugin:
gradle publishPlugin -Dorg.gradle.project.intellijPublishToken="<token>"
NOTE: Ensure credentials are passed in as mentioned in deployment documentation
- OpenTerminalHere plugin | source
- Jetbrains IntelliJ SDK Documentation
- Angular Console
- Angular Console under the covers URL route that Electron uses to directly view project
http://localhost:7777/workspace/<url-encoded-absolute-path-to-project>/