Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intern project: Annotated source browser #611

Open
steveklabnik opened this issue Jan 21, 2015 · 1 comment
Open

Intern project: Annotated source browser #611

steveklabnik opened this issue Jan 21, 2015 · 1 comment
Labels
T-dev-tools Relevant to the development tools team, which will review and decide on the RFC.

Comments

@steveklabnik
Copy link
Member

Issue by nikomatsakis
Thursday Sep 13, 2012 at 17:40 GMT

For earlier discussion, see rust-lang/rust#3485

This issue was labelled with: A-an-interesting-project, A-tools, I-wishlist in the Rust repository


I was thinking: it'd be very cool to have a tool based on rustc that presented an annotated view of the source code, showing:

  • the inferred types of local variables, expressions;
  • hyperlinks between fn calls and the source text;
  • monomorphized versions of generic fns etc specific to a particular call site

This might also be useful in presenting error messages and so forth.

Seems like it would make a great intern project (we should have a tag for that).

@nrc
Copy link
Member

nrc commented Jan 21, 2015

@petrochenkov petrochenkov added T-dev-tools Relevant to the development tools team, which will review and decide on the RFC. T-dev-tools labels Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-dev-tools Relevant to the development tools team, which will review and decide on the RFC.
Projects
None yet
Development

No branches or pull requests

3 participants