Satran004

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Satran004 created a post, AnsweredHow to show run or debug icon in the editor for methods
Hi, I am relatively new to IntelliJ plugin dev. The plugin I am working on allows Java Smart Contract development on IntelliJ. Each method in the smart contract java file can be executed independen... -
-
Satran004 created a post, AnsweredLocalInspectionTool depends on libraries compiled in Java 11 while bootJDK is Java 8 (2018.3)
Hi, I am developing a plugin which does some error highlighting in java source file when some specific restricted java apis are used. I am implementing LocalInspectionTool for that. This plugin wo...