Closed v703612 closed 2 years ago
org.eclipse.xtext.ui.editor.contentassist.AbstractContentProposalProvider.getImage(EObject)
is called for it. it will be called with the Keyword class and delegate to the label provider. so you have to customize that one and if else on it or overide getImage in the proprosal provider
ping @v703612
thank you for the help
Hi,
We are trying to change the icon in the quick assist for our model language. What is the best way of doing this? We want different icon for quick assist for model and name. Is this in the Proposalprovider or is there easier way of doing this?
Model: 'model' '{' 'name' name=MODEL_ID