You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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. Withuse std::fs
, 'goto definition' is supported only forfs
.The text was updated successfully, but these errors were encountered: