Does Notepad++ support Language Server Protocol (LSP)
-
As in title: Does Notepad++ support Language Server Protocol (LSP)??
The reason I ask is that am learning a few new languages such as Rust, Node.js, React to name a few.
I was wondering: for Rust I used the plugin for Rust; would it be feasible to link it to the Language Server for Rust?? https://github.com/rust-lang/rls
My initial thought was that if I selected the plugin for Rust, an option (or prompt) could be available to link to to its Language Server.
Similarly, I believe that there are Language Servers for Node.js, React and many more.
Questions and comments would be appreciated. -
Natively, no. But it could be implemented in a plugin.
For example, @Ekopalypse is working on NppLspClient, which is still in development/alpha state, but I’ve started to use with a Perl LSP server, and though it’s not feature-complete yet, it is showing promise.