A LSP client plugin for Notepad++.
NOTE: The latest builds assume that the Folder as Workspace (faw) dialog is used.
This means that the rootUri component of the initialize request sent from the client to the server
is set to the directory of the root item that contains the current buffer.
If no faw dialog is used or the file is not part of one of the root elements, the directory of the file is used.
- Download and unpack the NppLspClient zip-archive (the NppLspClient_x86 or 64.zip) from https://github.com/Ekopalypse/NppLspClient/releases to the folder "Notepad++\plugins".
- Install a language server of your choice
- Configure it by calling "Open configuration" from the NppLspClient plugin menu. (You will find a more detailed description in the configuration file.)
- Start Notepad++
- Open a source file
- Run "Start server for current language"
See tips for more information about usage and language server setup.
tbd
- 0.0.35
- Work in progress
Distributed under the MIT license. See LICENSE for more information.