WebStorm
 
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

Viewing method parameter information

Last modified: 02 June 2023

Parameter hints show the names of parameters in calls of methods and functions.

Parameter hints are shown right in the editor next to a parameter in a function call making your code easier to read.

Parameter hints in the editor

You can turn off parameter hints in the editor and view them in a popup.

https://resources.jetbrains.com/help/img/idea/2023.2/ws_view_parameter_info.png
Gif

WebStorm also shows parameter hints in completion lists and afterwards shows a tooltip with parameter hints for the selected function.

https://resources.jetbrains.com/help/img/idea/2023.2/ws_js_ts_parameter_hints_on_completion.png
Gif