atom-ide-rust icon indicating copy to clipboard operation
atom-ide-rust copied to clipboard

[Feature request] Type and parameter inlay-hints

Open GrayJack opened this issue 4 years ago • 1 comments

A hint that shows the type in front of a variable when omitted. A hind of the parameter name in a function call.

I saw the first on VS Code and IntelliJ and thought that that are neat. The second one I only saw in IntelliJ.

Examples

image

image

How feasible are this feature?

GrayJack avatar Dec 22 '19 07:12 GrayJack

With RA supporting inlay hints, will in theory be possible to implement this with the state that the libraries/packages are?

Or it's a limitation of atom-languageclient | atom-ide API?

GrayJack avatar May 11 '20 12:05 GrayJack