Open landaire opened 8 years ago
The annotation is directly from racer, so you'd need to create a custom format string and parse its elements, and use the format string to display them in another order. It's not impossible, just that this format felt more intuitive as it was developed.
Related: #45.
Is there any way to switch the completions so they're of the format
result Function : foo()
instead ofresult foo() : Function
? I havecompany-tooltip-align-annotations
enabled but it's still kind of difficult if you're just scanning for a particular signature.