Questions tagged [racer]

2 questions
6
votes
1 answer

Display documentation in Company results

The GitHub page for emacs-racer shows function signatures in company completion results. My results display "Function" and nothing beyond. I've searched through customize-group company and can't find any variables that seem to be relevant. How can…
Matthew Piziak
  • 5,958
  • 3
  • 29
  • 77
1
vote
0 answers

Rust autocomplete - hide paths where stuff is found

When the autocomplete from company-racer kicks in, it shows the path where it is found for some reason. For example, if I start typing: use std::i it comes up with io /usr/src/rust/src/libstd/io/mod.rs : Module How can I hide this path so it just…
unskilledidiot
  • 185
  • 2
  • 7