Hey all,
I released an interactive explorer for trees in the scala 3 reflect module. Its main purpose is to help with debugging and viewing trees of scala code as seen by the scala 3 reflect module. It is more or less a replacement for Printer.TreeStructure
, only it does not generate a string but writes an interactive HTML file to disk.
You can find the project here: GitHub - felher/s3te: A scala 3 tree explorer for the reflect module
A (very small) example looks like this:
The github site also contains a short video showing the usage and features of the tool.
Feedback is very welcome!