support IntelliJ auto-pipeline plugin
See original GitHub issueWhen using @Autopipeline
, I found that classes such as HandlerContext/Pipeline are generated only after compiling the code, which is not smooth enough for the developer experience.For readers who open the project for the first time, he will find various compilation warnings, which will confuse which classes showing red warnings are where.
IntelliJ lombok plugin does just that. For example, after adding the @Setting
annotation to the class, the developer can use the set method immediately
Looking forward to the birth of IntelliJ autopipeline plugin
Issue Analytics
- State:
- Created a year ago
- Comments:12 (2 by maintainers)
Top Results From Across the Web
Concourse CI Support - IntelliJ IDEs Plugin | Marketplace
This plugin integrates knowledge about ConcourseCI pipeline files in IntelliJ based IDEs. Structure: the plugin provides a JSON schema to the IDE to...
Read more >IntelliJ Platform Explorer - JetBrains Marketplace
Extensions Downloads / Updated
Database Navigator. dancioca/dbn/src 44 3 575 388. Dec 17, 2022
GitLink. ben‑gibson/GitLink 7 199 057. Dec 16, 2022
Elixir. KronicDeth/intellij‑elixir 81 392...
Read more >Install plugins | IntelliJ IDEA Documentation - JetBrains
If existing plugins do not provide some functionality that you need, you can create your own plugin for IntelliJ IDEA. For more information ......
Read more >Product & Technical Support - JetBrains
Product Support · IntelliJ IDEA. The Leading Java and Kotlin IDE · ReSharper. Visual Studio extension for .NET developers · TeamCity · Fleet...
Read more >IntelliJ IDEA Community Plugins | JetBrains Marketplace
GitLab Pipeline Viewer, Connector for AWS Lambda, Swagger Codegen, Code4Me, For Mainframe, Zowe Explorer, SnippMe, DubboInvoker, AEM Groovy Console, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@zhaojc @oldratlee @Wangkaijie @outman1234 插件已经开放出来了,见这里: https://plugins.jetbrains.com/plugin/20535-auto-pipeline
@codesnowstorm @Wangkaijie @outman1234 @zhaojc @zhangchaochao-fit2cloud 目前已经在开发中了,可以到这里 https://github.com/foldright/auto-pipeline-idea-plugin 的 readme 上看初步的效果