Folding allows us to collapse/expand parts of a file to hid them from view when we want.
Default folding uses things like '{ & '} or '[' & ']' or '('& ')' to determine where to fold.
There may be other cases where we want to fold.
Identify them and create a plan in the discussion here.
Then follow the doc to actually implement those changes.
Doc:
https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#folding
Folding allows us to collapse/expand parts of a file to hid them from view when we want.
Default folding uses things like '{ & '} or '[' & ']' or '('& ')' to determine where to fold.
There may be other cases where we want to fold.
Identify them and create a plan in the discussion here.
Then follow the doc to actually implement those changes.
Doc:
https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#folding