'Is there a way to enable inlay hints in VSCode for other languages like Java?
I noticed that inlay hints have been added to VSCode for TypeScript and JavaScript. I was just wondering if there was a way to enable it for languages like Java and Python just like IntelliJ does.
Solution 1:[1]
This feature is in the plan, see support inlay hints.
You may upvote it and waiting for the feature released.
Solution 2:[2]
VS Code [email protected] has supported inlay hint, which can be controlled by the setting java.inlayHints.parameterNames.enabled
.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | |
Solution 2 | Sheng Chen |