There may be some cases where we can improve the user experience by doing autoediting. Examples include automatic insertion of things like '{' , '};', '[' , ']', etc. This is similar to but independent of Editor Templates (Issue #16 / #17 ) because in this case the user doesn't have to hit Ctrl-Space and select something. You should be able to use any Editor Templates as input to determining what to do here.
Doc:
https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#autoediting
There may be some cases where we can improve the user experience by doing autoediting. Examples include automatic insertion of things like '{' , '};', '[' , ']', etc. This is similar to but independent of Editor Templates (Issue #16 / #17 ) because in this case the user doesn't have to hit Ctrl-Space and select something. You should be able to use any Editor Templates as input to determining what to do here.
Doc:
https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#autoediting