Add new action to fixerror popup Permanently deleted user Created September 06, 2017 05:57 Is it possible to write a plugin add a custom action to this popup?
Hi!
You can write a plugin with com.intellij.codeInsight.intention.IntentionAction which would be available on unresolved references - then it will be included in the popup above
Anna
Hi!
how to register it or may be there some config ?you're kind if you can give me a complete example .
Please follow the tutorial at https://github.com/JetBrains/intellij-sdk-docs/blob/master/tutorials/code_intentions.md