2024-09-04 05:59:52 +00:00
# LSP Manager
A helpful tool to handle LSPs (Language Server Protocols) by creating the LSP process, sending client initialize and initialized messages, and allowing crafting of messages.
2024-09-04 05:43:59 +00:00
### Requirements
* PyGObject (Gtk introspection library)
* pyxdg (Desktop ".desktop" file parser)
* setproctitle (Define process title to search and kill more easily)
2024-09-07 03:19:49 +00:00
* python-lsp-server[all] (Python LSP)
2024-09-04 05:43:59 +00:00
2024-09-04 05:59:52 +00:00
### Note
2024-09-04 06:31:21 +00:00
WIP
# TODO
< ul >
< li > Refactor widgets and do proper separation of concerns. (Now that I can successfully make crafted queries).< / li >
< li > Remove helpful defaulting of paths given they're system specific.< / li >
< / ul >
# Images
![1 LSP Manager Window. ](images/pic1.png )