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
If you write use some::module::or::member; inside of an impl block, or a function block, VSCode won't highlight imported items, won't provide documentation on hover, and won't provide auto-complete suggestions.
If you write
use some::module::or::member;
inside of an impl block, or a function block, VSCode won't highlight imported items, won't provide documentation on hover, and won't provide auto-complete suggestions.Screenshot:
Example code:
The text was updated successfully, but these errors were encountered: