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 Dec 29, 2022. It is now read-only.
I am curious if my setup is broken, or perhaps code completion is currently not able to resolve certain types. If have a simple type wrapped in Arc<Mutex< T >> for example, I cannot receive completions for the T. I have a simple repo producing the issue here: https://github.com/TomzBench/ycm-rust-example ...And I confirmed other people see the same behaviour.
Here is a screen shot depicting wrong completion set for a type struct Thing {n:u32}
The text was updated successfully, but these errors were encountered:
I am curious if my setup is broken, or perhaps code completion is currently not able to resolve certain types. If have a simple type wrapped in Arc<Mutex< T >> for example, I cannot receive completions for the T. I have a simple repo producing the issue here: https://github.com/TomzBench/ycm-rust-example ...And I confirmed other people see the same behaviour.
Here is a screen shot depicting wrong completion set for a type
struct Thing {n:u32}
The text was updated successfully, but these errors were encountered: