Skip to content

[FEATURE REQUEST] Inlay hints - show from what module item is used #225

Closed
@grappas

Description

@grappas

i.e.
we import module:

use std::env::args;

and we arm args:

    let args: Vec<String> = args().collect();

What would be nice is to optionally see in inlay hints from where args() is coming from

    //----------------------VVVVVVVV - that would be greyed out without writing it
    let args: Vec<String> = std::env::args().collect();

That would increase readability. Especially for new rustaceans. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions