eclipse / xtext

Eclipse Xtext™ is a language development framework
http://www.eclipse.org/Xtext
Eclipse Public License 2.0
770 stars 321 forks source link

Is there a reason AbstractIdeQuickfixTest is not available in org.eclipse.xtext.sdk.feature.group? #3227

Open andrewL-avlq opened 1 month ago

andrewL-avlq commented 1 month ago

I would like to write quickfix tests for my DSLs based on org.eclipse.xtext.ide.tests.editor.quickfix.AbstractIdeQuickfixTest, but it does not appear to be available in the SDK. Is this deliberate, and I am missing how to do this properly? Or should/could the class be moved to a plugin that is included in the SDK?

cdietrich commented 1 month ago

I guess nobody Ever took the time to think about a proper api for it