Pascal Kesseli

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Edited Compile project in unit test
AnsweredOur IntelliJ plug-in needs to compile the project it is used on and then access the generated `.class` files. How can I do this inside an IntelliJ plug-in test? I tried to compile by setting the ou... -
Edited How to add items from a CompletionProvider asynchronously?
AnsweredWe are implementing a custom completion provider which needs to run for multiple seconds before it can provide its elements to the result set. I already read on the forum about the issue of long-ru...