Zaman Zamanli
Software Engineer at Synopsys
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
创建于 GradleSettings.getInstance(project) throws 'java.lang.IllegalStateException' exception
When I run the following code, I end up with the exception during unit tests. It works fine in production code. GradleSettings.getInstance(project); The error is the following: "@NotNull method org... -
创建于 How to get pipenv path in user's settings from the plugin?
已回答IntelliJ automatically detects pipenv. The user has the ability to change this from the preferences as well. How can I get the path to pipenv from my plugin? -
创建于 How to get NPM path in user's settings from the plugin?
已回答IntelliJ automatically detects Node.js and NPM. The user has the ability to change this from the preferences as well. How can I get the path to Node.js and the path to NPM from my plugin? -
已编辑于 How can I use already downloaded Gradle executable from my plugin?
已回答I want to get the path of the already downloaded Gradle executable from my plugin. Gradle plugin downloads the Gradle to a location similar to the following "{GRADLE_HOME}/wrapper/dists/gradle-5.1.... -
已编辑于 CLion - clean project
I am developing plugin for CLion and I need to "clean" the project. Which command do I need to use to do equivalent of a running a "make clean"? This is how we get build command: RunnerAndConfigu...