I make a plugin to provide custom quick fix options, using extension point unresolvedReferenceQuickFixProvider, but the default quick fix often apply sliently when I press alt+enter, even if I make my plugin’s order=“first”, and implement HighPriorityAction
This is impossible, unresolved import quick fix is a very special quick fix that works like that
please provide an option to customize it