diff --git a/README.md b/README.md index 5f6fece..56d00cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # vscode-comment Adds simple jsdoc comments for the parameters of a selected function signature +## Installation +The extension is available on the vscode extension store. To install via vscode go to View > Extensions > search "Add jsdoc comments" > Install + ## Using In a typescript or javascript file, select a function signature, ideally one that contains one or more parameters. Select the whole function signature then invoke the Add Doc Comments extension (open the command palette (F1 on Windows) and look for the command 'Add doc comments'. Hit enter.)