In some cases, there are obvious fixes to errors - so we should add Quickfixes to make correcting them easy. This goes hand in hand with Validation - the validator identifies errors. So any error a validator detects is a candidate for a quick fix.
Look in com.epistimis.uddl.validation.UddlValidator to see what errors are detected. Then modify com.epistimis.uddl.ui.quickfix.UddlQuickfixProvider to provide quick fix alternatives.
Doc:
See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#quick-fixes
In some cases, there are obvious fixes to errors - so we should add Quickfixes to make correcting them easy. This goes hand in hand with Validation - the validator identifies errors. So any error a validator detects is a candidate for a quick fix.
Look in
com.epistimis.uddl.validation.UddlValidatorto see what errors are detected. Then modifycom.epistimis.uddl.ui.quickfix.UddlQuickfixProviderto provide quick fix alternatives.Doc:
See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#quick-fixes