Victor Saar
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 12
-
Created Plugin suggestion for XML files
AnsweredHey, my plugin adds features for a certain framework that is heavily using XML files to serialize database content. The plugin adds certain features to these XML files (language injection, completi... -
Created Rename/find usages not working with reference to XML tag
AnsweredHey, I have a custom reference pointing to an XmlTag inside of a XML file, for example content.xml. When I try a rename or find usages on the referenced XmlTag it’s not working. When I debug, the r... -
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...