XIONG Ziwei
XIONG Ziwei
I am learning Go recently and meet the problem. I am still confused about what I should do to fix it, can anybody tell me?
For me, it is a bit weird that if `global-company-mode` is enabled, `racer-mode` will fail to offer its full completion functionality, for example, the `std::io::` triggers no completion. The `(add-hook...
Ok, after some tests, I found that it is `company-fuzzy-mode` who prevents `racer-mode` from reacting correctly. If `global-company-mode` is enabled, the hook is not necessary.
@nautilor same issue, 'std::iter::Step' is not unsafe error. I read in another issue that users may try `cargo install --git https://github.com/racer-rust/racer.git`, but I got 'multiple packages with binaries found: racer,...
Thanks for your reply, I tried your command and no luck either. `humantime ^= 2.0.0` is required, but only `1.3.0, 1.2.0, 1.1.1` are found.