Questions tagged [eldoc]
29 questions
14
votes
1 answer
How to globally disable eldoc?
Using Rust/Racer/Eldoc is causing performance problems while navigating around the file (hanging while eldoc is fetching the docs).
Running eldoc-mode reports that it's disabled but still runs Racer's eldoc function.
Is there a way to globally…

ideasman42
- 8,786
- 1
- 32
- 114
3
votes
1 answer
Displaying information for string under point
At work, I very commonly have to look up bits of information about strings in my code. For instance, we might use an incomprehensible ID, "a587fg", to refer to a customer with a perfectly comprehensible name, "FooCorp". It's fairly easy to define a…

Gastove
- 1,551
- 9
- 15
0
votes
0 answers
If there's no function/variable eldoc shouts void-function
When editing code and the caret moves away from any variable or function, i.e. it's on a blank line the eldoc keeps shouting on the mini buffer
eldoc-error (void-function t)
Look at the image that shows the behaviour, the caret sits at line 26 (and…

ranu
- 163
- 6