From a84318ad3be6cba16c89dbf886f756abb6fa2dcc Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Fri, 24 Jul 2020 11:24:05 -0400 Subject: [PATCH] Update Dev Environment Setup Guide --- Dev Environment Setup Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Dev Environment Setup Guide.md b/Dev Environment Setup Guide.md index a319ead..dce5e06 100644 --- a/Dev Environment Setup Guide.md +++ b/Dev Environment Setup Guide.md @@ -59,6 +59,7 @@ pip install -r requirements.txt - [ES Lint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) for JavaScript linting - [Babel JavaScript](https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel) for JavaScript and JSX syntac highlighting and error checking - [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) for working with Python virtual environments and debugging +- [Python Docstring Generator](https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring) for generating Google style docstrings according to section 3.8 of [Google's Python style guide](https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings) Optionally: - [Remote - SSH](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh) for directly editing files on remote machine