fkling / astexplorer

A web tool to explore the ASTs generated by various parsers.
https://astexplorer.net/
MIT License
6.05k stars 711 forks source link

feat: Add goto button #659

Open ignassew opened 1 year ago

ignassew commented 1 year ago

Added goto button for every node that has a location. On click, it scrolls into the view inside the code editor. Analogy of scrolling node into view by clicking on the code.