IntelliJ IDEA plugin for JBang #1135
Replies: 9 comments 62 replies
-
Nice :) let me know if you want me to create a jbangdev/IntelliJ repo and make you commiter :) Upto you. How about run/debug via jbang when you detect the ///... on first line ? IntelliJ has support for shebang but I don't think it recognizes /// syntax. Also content assist for //DEPS lines into maven dependencies would be nice. Similar for other // commands if possible. |
Beta Was this translation helpful? Give feedback.
-
Run configuration support for JBang: run jbang script from IDE |
Beta Was this translation helpful? Give feedback.
-
Directive completion ready now, and I will do more research to implement GAV completion for //DEPS |
Beta Was this translation helpful? Give feedback.
-
I have uploaded the plugin to plugins.jetbrains.com. Xmas is coming, and I think JetBrains guys will have long holiday. Expect to get approved before Xmas. If some important bugs to the plugin, and I will release a new version ASAP. The plugin url: https://plugins.jetbrains.com/plugin/18257-jbang |
Beta Was this translation helpful? Give feedback.
-
High lighter for JBang directives. If not necessary, and I can disable the feature. |
Beta Was this translation helpful? Give feedback.
-
Any news on a new release? I'm able to build it from the code, just curious if there will be new updates in the plugins store as well.
|
Beta Was this translation helpful? Give feedback.
-
GAV completion finished in 0.11.0 version |
Beta Was this translation helpful? Give feedback.
-
Just a quick question, is there anybody whos IDEA also freezes on the Sync action? Is there any way to make it an async background task to sync the dependencies? |
Beta Was this translation helpful? Give feedback.
-
Hey @linux-china are you planning to enable/add Debug button feature in the plugin? |
Beta Was this translation helpful? Give feedback.
-
I have created IntelliJ IDEA plugin for JBang, and now with following features:
More requirements are welcome, then I can release 0.1.0 version.
Beta Was this translation helpful? Give feedback.
All reactions