Amir Tuval
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Depending on multiple optional plugins
AnsweredHi, We are developing a plugin for code assistance with support for both Java and JavaScript. Our plugin supports both Intellij IDEA Communite/Ultimate additions and WebStorm. We therefore depe... -
Created Plugin disabled after update in 2019.3 when plugin has a global inspection registered
AnsweredHi, We have a plugin with a globalInspection registered in its xml. It was working fine in previous versions of IJ. With 2019.3, the inspection still works fine, however, when a user updates the ... -
Created Testing a custom plugin depending on bundled JavaScript plugin
AnsweredI am developing an Intellij and WebStorm plugin that depend on the bundled JavaScript plugin. I have some LightPlatformCodeInsightFixtureTestCase tests that test its functionality. I also run the t... -
Created Problem developing a plugin for idea ultimate and webstorm - build expired
AnsweredHi, We have a plugin that assists in java development.We were developing it using the gradle build for a while now, using intellij community edition as a sandbox. Lately we added some features for ...