Open cdietrich opened 6 years ago
I have had a look to the discussion of the referenced ticket and the provided patch. It is now quite dated (2010) but I wonder if the discussion results are still valid. Especially I do not understand the following: Why to avoid a new term "suggestion"? If I would try to implement it I would probably do it similar because a the assistent does not fix any issue. Right now I can not imagine how a more "homogeneous" solution could look like.
Xtext should offer the possibility to quick assist without using issues / quickfixes
XtextQuickAssistProcessor
currently supports quickfixes only (seeorg.eclipse.xtext.ui.editor.quickfix.XtextQuickAssistProcessor.canAssist(IQuickAssistInvocationContext)
)