Skip to content

Commit 26f234a

Browse files
authored
Remove references to VSCode in Readme (python-lsp#11)
1 parent 0a3352d commit 26f234a

9 files changed

+10
-33
lines changed

README.md

Lines changed: 10 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -64,41 +64,18 @@ Overall configuration is computed first from user configuration (in home directo
6464
To enable pydocstyle for linting docstrings add the following setting in your LSP configuration:
6565
`\` "pylsp.plugins.pydocstyle.enabled": true \``
6666

67-
See [vscode-client/package.json](vscode-client/package.json) for the full set of supported configuration options.
68-
6967
## Language Server Features
7068

71-
Auto Completion:
72-
73-
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/auto-complete.gif)
74-
75-
Code Linting with pycodestyle and pyflakes:
76-
77-
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/linting.gif)
78-
79-
Signature Help:
80-
81-
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/signature-help.gif)
82-
83-
Go to definition:
84-
85-
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/goto-definition.gif)
86-
87-
Hover:
88-
89-
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/hover.gif)
90-
91-
Find References:
92-
93-
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/references.gif)
94-
95-
Document Symbols:
96-
97-
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/document-symbols.gif)
98-
99-
Document Formatting:
100-
101-
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/document-format.gif)
69+
* Auto Completion
70+
* Code Linting
71+
* Signature Help
72+
* Go to definition
73+
* Hover
74+
* Find References
75+
* Document Symbols
76+
* Document Formatting
77+
* Code folding
78+
* Multiple workspaces
10279

10380
## Development
10481

resources/auto-complete.gif

-54.2 KB
Binary file not shown.

resources/document-format.gif

-64.6 KB
Binary file not shown.

resources/document-symbols.gif

-36.5 KB
Binary file not shown.

resources/goto-definition.gif

-43.4 KB
Binary file not shown.

resources/hover.gif

-35.6 KB
Binary file not shown.

resources/linting.gif

-29.3 KB
Binary file not shown.

resources/references.gif

-107 KB
Binary file not shown.

resources/signature-help.gif

-10.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)