Inspired by JetBrains’ “Inline Parameter Name Hints” feature, Liam Hammett created an extension for VSCode with the same functionality:
This feature 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.
No longer do you have to be confused about whether the needle or haystack comes first, or have to slow down your workflow by going to a function’s source to figure out what it does!
Supported languages are JavaScript, TypeScript, PHP, and LUA.