RustDT icon indicating copy to clipboard operation
RustDT copied to clipboard

Feature Request: Display Inferred Types to the User

Open kuza55 opened this issue 10 years ago • 2 comments

Its often pretty useful to see what the type of an inferred variable or expression is, particularly when reading someone else's code. It would be nice if RustDT could show the types to the user, e.g. when the user mouses over a variable/expression or clicks on it and selects F2.

kuza55 avatar Jul 12 '15 23:07 kuza55

This would need to be implemented in Racer first: https://github.com/phildawes/racer/issues/304

bruno-medeiros avatar Jul 13 '15 14:07 bruno-medeiros

:+1: Nice to have! Meanwhile looking at the types column in the Variables/Expressions windows at runtime is good enough.

freeman42x avatar Aug 02 '15 17:08 freeman42x