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 I delete .len() from the println! and type a dot, I'd expect the completion to list all of the methods I can call on the array, however nothing happens.
I can confirm the package is working to some extent, as completion for things like std::[anything] works.
Here are the versions of rustc, cargo and racer I am running:
I'm not entirely sure what this type of completion is called, however it doesn't seem to be working (does racer even support it?).
Here's the code I'm using:
If I delete
.len()
from theprintln!
and type a dot, I'd expect the completion to list all of the methods I can call on the array, however nothing happens.I can confirm the package is working to some extent, as completion for things like
std::[anything]
works.Here are the versions of
rustc
,cargo
andracer
I am running:There's no errors in the developer console or anywhere else I can find.
The text was updated successfully, but these errors were encountered: