File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,21 @@ This is Python Plugin for Netbeans which leverages textmate grammar and LSP base
33
44This 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+
611TODO:
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-
1518Installation 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+
You can’t perform that action at this time.
0 commit comments