Add support for inlay hint for vlang in VS Code
Many languages like Javascript/ typescript, rust(through rust-analyzer VS code extension) provide support for inlay hint in VS Code as shown below.inlay hint provides hints for type of variable defined in a different colored text as shown below:

The inlay hints are optional can can be enabled by user. If V lang could provide similar support, it could improve the developer experence greatly.
Thanks for your suggestion! Currently we are suppkrting only with a version of Language Server Protocol that does not have inlay hints yet but rest assured we will be slowly migrating to a new version that supports the said feature.
Try https://blog.vosca.dev/meet-v-analyzer/ instead, now that it is released.