I'm using xtext to generate an editor for a particular language. When using the editor for my new language, it has all the lovely xtext features like code-completation and coloring and so on. What I'd like to be able to do is visualise the structure of the text in my editor.
I know that xtext has an internal AST and a parse tree ( I understand that they call it a `node model') - is there any way of visualising this tree?