eclipse-langium / langium-website

Source of langium.org
https://langium.org/
MIT License
15 stars 35 forks source link

[Playground] Allow search/folding of the generated AST Json tree #229

Open brsanthu opened 6 months ago

brsanthu commented 6 months ago

For big text, it can generate huge Json and is painful to navigate. Ability to search and fold the json nodes would be much helpful in consuming that info.

msujew commented 6 months ago

Folding already is supported by clicking on the AST nodes. However, the ability to search would be pretty useful 👍