Show a light bulb with actions
I used EditorImpl.getMarkupModel.addRangeHighlighter to highlight the text.Beside each highlighted text I want to show the bulb icons which after clicking do some runnable actions.
I used annotation.registerFix(QuickFixFactory.getInstance().createAddToDependencyInjectionAnnotationsFix(project,"one","two");
But i dont see anything. What am I missing here?
Please sign in to leave a comment.
For now I have settled with EditorImpl.setGutterIconRenderer(){} implementation, but still I am open for an answer for the light bulb thing :p