Feature request on vscode rust analyzer to show case duration of associated lifetimes

Is there a feature that allows one to view the borrow checker view of the same src code to understand what lifetimes are getting associated with references. This is in relation to the documentation available here. This would allow one to visualize the scope and associated lifetimes.

1 Like

You will want to look at @willcrichton 's work. Specifically GitHub - willcrichton/aquascope, and it's use in the Rust Book Experiment https://rust-book.cs.brown.edu But GitHub - willcrichton/flowistry: Flowistry is an IDE plugin for Rust that helps you focus on relevant code. may also be useful to you.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.