Inline Parameters Extended for VSCode
Now with Golang and Python support! This extension implements the new Inlay Hints API to add Inline Parameters for Golang, Java, Lua, PHP, and Python.
This is a feature that was popularized by JetBrains' IDEs that can give you additional context when reading your code, making it easier to understand what different function parameters refer to by showing the parameter's name inline. Speed up your development with parameter hints! Language SupportCurrently, this extension supports the following languages:
Inlay Hint SettingsThis extension utilizes the Inlay-Hints API provided by VSCode. Here are some additional settings provided by VSCode.
There are also several settings to enable Inlay Hints for both JavaScript and TypeScript. These settings are available in the following setting sections.
ContributionsAdditional language support is welcome as pull requests, and highly encouraged. You can see the source code to see how existing languages have been implemented. Currently, the extension has 2 major steps that all language drivers must implement:
Credits / Links
LicenseThe MIT License (MIT). Please see the license file for more information. |