alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.65k stars 163 forks source link

[FEATURE] - Support for generating bookmark dependency graph #561

Closed dotdance closed 1 year ago

dotdance commented 1 year ago

Is it possible to establish dependencies between bookmarks and then build graphs?

Currently there seems to be only linear dependencies, and the hope is to achieve two-dimensional dependencies, that is, a bookmark can have multiple predecessors or multiple successors.

This will be useful for understanding more sophisticated code dependencies!

alefragnani commented 1 year ago

Hi @bit-frozen ,

Unfortunately no, this is not possible.

There is no connection/dependency between bookmarks. They are completely independent.

But, maybe the CodeTour extension would've a better alternative, as its gives you a steps approach between locations in your files.

Hope this helps