0.0.9 • Published 1 year ago

parameter-hints-next v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

⚠️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

NameDescriptionDefault
parameterHints.enabledEnable Parameter Hintstrue
parameterHints.hintingTypeEnable Parameter Hints TypevariableAndType
parameterHints.languagesEnable Parameter Hints only for the selected languagesall
parameterHints.paddingPadding1 4
parameterHints.marginMargin0 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"
    },
}
NameDescription
parameterHints.hintForegroundSpecifies the foreground color for the hint
parameterHints.hintBackgroundSpecifies the background color for the hint

   

Commands

NameDescription
parameterHints.toggleHide / Show Hints

   

Credits

Dash-AST TypeScript php-parser

:coffee:

buy me a cup of coffee

License

MIT

0.0.9

1 year ago

0.0.1

1 year ago