@scriptify-vscode/lodash
This script is designed to be used with the VS Code extension "Scriptify". It allows you to run Lodash functions interactively and provides a quick way to enter parameters for the selected function.
Example
- Open a file in your VS Code editor.
- Select the value you want to transform.
- Run the script using the "Scriptify" extension.
- A quick pick menu will appear with a list of available Lodash functions.
- Select a function from the list.
- For each function parameter, enter the corresponding value when prompted.
- The first parameter will be pre-populated with the selected value from step 2.
- The script will execute the selected Lodash function with the provided parameters.
- The result will be displayed in the VS Code output channel.
Note: Make sure to provide valid input values that match the expected parameter types of the selected Lodash function. Unexpected input types may lead to errors or unexpected results.