Skip to content

Commit 30785e8

Browse files
authored
Update README.md
Additional details on setup, implemented features, and updated remaining TODO
1 parent f959c62 commit 30785e8

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@ This is Python Plugin for Netbeans which leverages textmate grammar and LSP base
33

44
This is in early development with more work to follow. This is being published for further community support and development opportunities.
55

6+
Available Features:
7+
- Python Colorization (via textmate gramer)
8+
- Auto completion leveraging the Python LSP
9+
- Python Hints/Tips leveraging the Python LSP
10+
611
TODO:
712
- Complete Python Project functionality
8-
- Complete LSP Server Functionality
913
- Complete Python Platform Configuration and Installation
1014
- Complete Python Execution Functionality
1115
- Complete Python Debugging
1216
- Complete Python Module Management
1317

14-
1518
Installation requires installation of following python module
16-
- python -m python-language-server[all]
19+
- python -m pip install python-language-server[all]
20+
21+
For additional details on the LSP server, see
22+
https://pypi.org/project/python-language-server/
23+

0 commit comments

Comments
 (0)