Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Remove references to VSCode in Readme #11

Merged
merged 1 commit into from
Apr 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 10 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file removed resources/auto-complete.gif
Binary file not shown.
Binary file removed resources/document-format.gif
Binary file not shown.
Binary file removed resources/document-symbols.gif
Binary file not shown.
Binary file removed resources/goto-definition.gif
Binary file not shown.
Binary file removed resources/hover.gif
Binary file not shown.
Binary file removed resources/linting.gif
Binary file not shown.
Binary file removed resources/references.gif
Binary file not shown.
Binary file removed resources/signature-help.gif
Binary file not shown.