File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -70,35 +70,35 @@ See [vscode-client/package.json](vscode-client/package.json) for the full set of
70
70
71
71
Auto Completion:
72
72
73
- ![ image] ( https://raw.githubusercontent.com/palantir /python-language-server /develop/resources/auto-complete.gif )
73
+ ![ image] ( https://raw.githubusercontent.com/python-ls /python-ls /develop/resources/auto-complete.gif )
74
74
75
75
Code Linting with pycodestyle and pyflakes:
76
76
77
- ![ image] ( https://raw.githubusercontent.com/palantir /python-language-server /develop/resources/linting.gif )
77
+ ![ image] ( https://raw.githubusercontent.com/python-ls /python-ls /develop/resources/linting.gif )
78
78
79
79
Signature Help:
80
80
81
- ![ image] ( https://raw.githubusercontent.com/palantir /python-language-server /develop/resources/signature-help.gif )
81
+ ![ image] ( https://raw.githubusercontent.com/python-ls /python-ls /develop/resources/signature-help.gif )
82
82
83
83
Go to definition:
84
84
85
- ![ image] ( https://raw.githubusercontent.com/palantir /python-language-server /develop/resources/goto-definition.gif )
85
+ ![ image] ( https://raw.githubusercontent.com/python-ls /python-ls /develop/resources/goto-definition.gif )
86
86
87
87
Hover:
88
88
89
- ![ image] ( https://raw.githubusercontent.com/palantir /python-language-server /develop/resources/hover.gif )
89
+ ![ image] ( https://raw.githubusercontent.com/python-ls /python-ls /develop/resources/hover.gif )
90
90
91
91
Find References:
92
92
93
- ![ image] ( https://raw.githubusercontent.com/palantir /python-language-server /develop/resources/references.gif )
93
+ ![ image] ( https://raw.githubusercontent.com/python-ls /python-ls /develop/resources/references.gif )
94
94
95
95
Document Symbols:
96
96
97
- ![ image] ( https://raw.githubusercontent.com/palantir /python-language-server /develop/resources/document-symbols.gif )
97
+ ![ image] ( https://raw.githubusercontent.com/python-ls /python-ls /develop/resources/document-symbols.gif )
98
98
99
99
Document Formatting:
100
100
101
- ![ image] ( https://raw.githubusercontent.com/palantir /python-language-server /develop/resources/document-format.gif )
101
+ ![ image] ( https://raw.githubusercontent.com/python-ls /python-ls /develop/resources/document-format.gif )
102
102
103
103
## Development
104
104
You can’t perform that action at this time.
0 commit comments