Simon-He95 / Parameter-Hints-Next

DominicVonk/VSCode-Parameter-Hints is hesitant to maintain, I decided to fork down and continue to maintain

Home Page:https://marketplace.visualstudio.com/items?itemName=simonhe.parameter-hints-next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parameter-Hints

English | 简体中文

⚠️Warning: Since DominicVonk/VSCode-Parameter-Hints is not being maintained, I decided to fork it down and continue to maintain it

Preview

Shows the parameter name of the called function

   

Supported languages *

  • Javascript
  • Javascript React
  • Typescript
  • Typescript React
  • PHP
  • Vue

  * Feel free to contribute

   

Settings

Name Description Default
parameterHints.enabled Enable Parameter Hints true
parameterHints.hintingType Enable Parameter Hints Type variableAndType
parameterHints.languages Enable Parameter Hints only for the selected languages all
parameterHints.padding Padding 1 4
parameterHints.margin Margin 0 1

   

Colors

The background and foreground colors can be customized under workbench.colorCustomizations like this:

// settings.json
{
    // ...
    "workbench.colorCustomizations": {
        "parameterHints.hintBackground": "#37415180",
        "parameterHints.hintForeground": "#9CA3AF"
    },
}
Name Description
parameterHints.hintForeground Specifies the foreground color for the hint
parameterHints.hintBackground Specifies the background color for the hint

   

Commands

Name Description
parameterHints.toggle Hide / Show Hints

   

Credits

Dash-AST TypeScript php-parser

buy me a cup of coffee

License

MIT

About

DominicVonk/VSCode-Parameter-Hints is hesitant to maintain, I decided to fork down and continue to maintain

https://marketplace.visualstudio.com/items?itemName=simonhe.parameter-hints-next

License:MIT License


Languages

Language:TypeScript 100.0%