Victor Saar

- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 10
-
Created Which IDEs support frameworks?
AnsweredIn order to use most of the functionality provided by my plugin, users need to add support for my custom framework to their modules. I now tried it on Android Studio for the first time and it seems... -
Created Find usage of ID in string literal
AnsweredHello, I'm trying to add support for OSGi Declarative Services annotations to my plugin and I'm struggling with a problem with "Find Usages". Java classes are annotated with a @Component annotation... -
Created Change to QueryExecutor and RequestResultProcessor interface is not backwards compatible
AnsweredHi, I'm trying to make my plugin compatible with the 2018.2 EAP version and I'm stuck with a problem. In the QueryExecutor and RequestResultProcessor interfaces, the first generics parameter change... -
Created Custom usage info in Find Usages tool window and popup
I'd like to customize the usage info shown in the Find Usages tool window or popup. I already implemented a custom UsageTypeProvider to show my own text on the first level, e.g. "Usage in XXX", but...