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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Add a statusline option for showing the type signature of the variable or function under the cursor. (I don't wanna press Space k every time)
Variable example:
alloc::vec::Vec<Option<f64>>
Function example:
name<T: Iterator>(arg: &T) -> T::Item where T::Item: PartialOrd
The above is probably the most verbose case possible. These should be easily taken from the doc (It's displayed mostly as the first line).
I have had this in other editors (doom emacs), and I think it's very helpful to see at at a glance.
Beta Was this translation helpful? Give feedback.
All reactions