Filipe Lemos
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
-
Created Displaying img when hovering class
AnsweredIs it possible to display an image when hovering a class name? Currently, I've implemented DocumentationProvider to display a custom-made text. However, I was wondering if I could also add an image... -
Created Remove problem descriptor from ProblemsHolder
AnsweredIs there any way to remove a problem descriptor without recurring to its quick fix? I've created a quick fix that inserts lineInfoExtensions on that element line. However, if I insert them through ... -
Created Line Extensions Info - EffectType
AnsweredWhat should I expect from the "BOXED", "SEARCH_MATCH", "ROUNDED_BOX" EffectTypes, when applied to a particular LineExtensionInfo instance? I can't see any difference when I pass them to the LineExt... -
Edited Edit Quick Documentation text
AnsweredIs there any way to edit the quick documentation text, displayed when hovering a java class? I've tried creating a class that extends AbstractDocumentationProvider. However, my custom documentation...