lastx / go-mod-grapher

An extension for Visual Studio Code to preview of go command: go mod graph.
https://marketplace.visualstudio.com/items?itemName=xmtt.go-mod-grapher
MIT License
2 stars 0 forks source link

interesting idea #1

Closed RandomFractals closed 5 years ago

RandomFractals commented 5 years ago

I have not tried your extension yet, just wanted to drop you a note and say that I like this go code graph idea.

I've done something similar for js notebooks on observable last year you might enjoy perusing too:

https://observablehq.com/@randomfractals/notebook-info

lastx commented 5 years ago

Thanks for your interest of this idea. I read your notebook, the code graph looks very beautiful and it's interactive. In contrast, I am still very basic.

RandomFractals commented 5 years ago

thanks! I just noticed deep linking must have changed on observable. Clicking on graph nodes in that notebook used to navigate straight to code blocks defined in the notebook being inspected.

Are you planning to do something similar in your ext.?

Feel free to ping me for review of new features/updates you plan and release.

RandomFractals commented 5 years ago

@lastx I am closing this ticket. was just for know-how sharing :)

I might actually do this for most popular langs with interactive code graphs here soon:

https://github.com/RandomFractals/vscode-code-graphs