So far the closest thing I can find is a VS Code extension: https://github.com/Pjaerr/Code-Flow-Extension
Apparently there also used to be a tool/service called "Grok" that is now dead and the original domain redirects to spam: https://web.archive.org/web/20210812070223/https://www.trygrok.com/
Here's an old HN thread about Grok, which at least shows that a tool like this would be useful to others: https://news.ycombinator.com/item?id=28150169
Has anyone come across a tool like this recently?
Take advantage of an editor's use of on disk file as a buffer[0]. Monitor the editor file buffer for changes[1]. Trigger regeneration of a map/graph update & redisplay changes[2] in different non-editor window.
Where [2]'s configuration could be done to display editor buffer stats & how relates to other things beyond the current buffer.
Selecting / clicking on [2] node displays ctag buffer reference to jump to / sends ctag to named pipe editor monitoring.
[0] : https://stackoverflow.com/questions/71822798/what-exactly-ar...
[1] : watchdog : https://pypi.org/project/watchdog/
[2] : emerge-vis : https://github.com/glato/emerge
searching on editor of choice (aka emacs) and term "treequery" works better for general search engine.
[0] : https://www.masteringemacs.org/article/tree-sitter-complicat...
https://consensys.net/diligence/blog/2019/10/solidity-visual...
https://www.typefox.io/blog/using-sprotty-in-vs-code-extensi...
If you try it out, I'd love to get your feedback.