diff --git a/README.md b/README.md index 863c3502..d905b862 100644 --- a/README.md +++ b/README.md @@ -64,41 +64,18 @@ Overall configuration is computed first from user configuration (in home directo To enable pydocstyle for linting docstrings add the following setting in your LSP configuration: `\` "pylsp.plugins.pydocstyle.enabled": true \`` -See [vscode-client/package.json](vscode-client/package.json) for the full set of supported configuration options. - ## Language Server Features -Auto Completion: - -![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/auto-complete.gif) - -Code Linting with pycodestyle and pyflakes: - -![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/linting.gif) - -Signature Help: - -![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/signature-help.gif) - -Go to definition: - -![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/goto-definition.gif) - -Hover: - -![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/hover.gif) - -Find References: - -![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/references.gif) - -Document Symbols: - -![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/document-symbols.gif) - -Document Formatting: - -![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/document-format.gif) +* Auto Completion +* Code Linting +* Signature Help +* Go to definition +* Hover +* Find References +* Document Symbols +* Document Formatting +* Code folding +* Multiple workspaces ## Development diff --git a/resources/auto-complete.gif b/resources/auto-complete.gif deleted file mode 100644 index 6c4fe4ff..00000000 Binary files a/resources/auto-complete.gif and /dev/null differ diff --git a/resources/document-format.gif b/resources/document-format.gif deleted file mode 100644 index c68f89a1..00000000 Binary files a/resources/document-format.gif and /dev/null differ diff --git a/resources/document-symbols.gif b/resources/document-symbols.gif deleted file mode 100644 index 1d9601d6..00000000 Binary files a/resources/document-symbols.gif and /dev/null differ diff --git a/resources/goto-definition.gif b/resources/goto-definition.gif deleted file mode 100644 index 29f3d060..00000000 Binary files a/resources/goto-definition.gif and /dev/null differ diff --git a/resources/hover.gif b/resources/hover.gif deleted file mode 100644 index cb2bc86d..00000000 Binary files a/resources/hover.gif and /dev/null differ diff --git a/resources/linting.gif b/resources/linting.gif deleted file mode 100644 index 153f652e..00000000 Binary files a/resources/linting.gif and /dev/null differ diff --git a/resources/references.gif b/resources/references.gif deleted file mode 100644 index 9918432c..00000000 Binary files a/resources/references.gif and /dev/null differ diff --git a/resources/signature-help.gif b/resources/signature-help.gif deleted file mode 100644 index 5e484338..00000000 Binary files a/resources/signature-help.gif and /dev/null differ