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
I have the impression racer does not complete constructor names.
For instance, racer complete core::option::Opt finds the type Option correctly, but racer complete core::option::Option::Som does not find the constructor Some (nor does racer complete Option::Som in a file in which option is implicitely in scope).
The text was updated successfully, but these errors were encountered:
I have the impression racer does not complete constructor names.
For instance,
racer complete core::option::Opt
finds the typeOption
correctly, butracer complete core::option::Option::Som
does not find the constructor Some (nor doesracer complete Option::Som
in a file in which option is implicitely in scope).The text was updated successfully, but these errors were encountered: