Pascal Kesseli

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Pascal Kesseli created a post, AnsweredCompile project in unit test
Our 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... -
Pascal Kesseli created a post, AnsweredHow to add items from a CompletionProvider asynchronously?
We 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...