Skip to content
Advertisement

Tag: intellij-plugin

Is there API of IDEA communicating with JCEF’s webview when developing IDEA’s plugin?

I am currently preparing for developing an IDEA plugin involving webview containing some information. Since I have developed a VSCode extension of similar functionalities and it uses many webviews, I plan to migrate those HTML to IDEA’s plugin by JECF. However, the functionalities require some interaction with the extension/plugin, as in VSCode I could click some elements of the webview

How to hide variables from Java’s JDI?

I am instrumenting some classes and introducing some new local variables. Now, when the user places a breakpoint in the code, and execution is stopped, the newly introduced local variables can be seen inside Intellij IDEA’s debugger window. How can I hide them? UPDATE: I will have to somehow remove debug info from the instrumented code, but not sure how

Lombok @Builder not recognised by IntelliJ

I updated IntelliJ IDEA to version 2018.2.7, and Lombok’s @Builder annotation is not recognised anymore. The project already had Lombok annotations, which worked fine with previous (2017…) version of IntelliJ. Only @Builder is failing. I am using Lombok version 1.14.4. And Java 11. The problem is similar to this one: Lombok not working with Intellij But the solution provided there

Advertisement