This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Expand 'goto definition' to all use
components #418
Closed
Description
It would be helpful for learning and code exploration if 'goto definition' support was added to all use
components. It appears that only the last component, when not *
, supports 'goto definition.'
For example, with use actix::prelude::*;
'goto definition' is not supported at all. With use std::fs
, 'goto definition' is supported only for fs
.
Metadata
Metadata
Assignees
Labels
No labels