Open farhan5248 opened 6 months ago
Don't think I need this anymore
Changed my mind, this is useful to suggest empty/present etc. Either put those words in the grammar or use methods to get the list from the regex. I rather get them from the grammar
Rename the language elements using words like test suite, test case, test project etc
Break up the step name into component, object, predicate in the xtext grammar.
Without this, the content assist has to be called each time to re-evaluate the options. With it, as it moves from component to object to predicate, it'll automatically show the results I think?