Plugin requires CudaText 1.132 or newer.
Info about plugin:
1) Wiki page - https://wiki.freepascal.org/CudaText_plugins#LSP_Client
2) Its readme file - https://github.com/halfbrained/cuda_lsp ... ain/readme
You need to install LSP servers by yourself and see server docs too. Readme shows how to use it with Python LSP server.
plugin LSP Client
-
- Posts: 392
- Joined: 01.12.2020 13:46
-
- Posts: 392
- Joined: 01.12.2020 13:46
Tested 2 more servers:
C++ server based on clangd: works OK.
CSS server: added wiki page - https://wiki.freepascal.org/CudaText_pl ... CSS.2FLESS
C++ server based on clangd: works OK.
CSS server: added wiki page - https://wiki.freepascal.org/CudaText_pl ... CSS.2FLESS
-
- Posts: 40
- Joined: 26.02.2019 13:47
Hello!
Please help me figure out the connection of servers - it is not clear how to connect an LSP server and whether any will work.
Will any of this work well in CudaText with the LSP plugin?
AutoHotKey:
https://github.com/mark-wiemer/vscode-a ... -plus-plus
https://github.com/thqby/vscode-autohotkey2-lsp
OneC (1c)
https://github.com/1c-syntax/vsc-language-1c-bsl
Please help me figure out the connection of servers - it is not clear how to connect an LSP server and whether any will work.
Will any of this work well in CudaText with the LSP plugin?
AutoHotKey:
https://github.com/mark-wiemer/vscode-a ... -plus-plus
https://github.com/thqby/vscode-autohotkey2-lsp
OneC (1c)
https://github.com/1c-syntax/vsc-language-1c-bsl
-
- Posts: 392
- Joined: 01.12.2020 13:46
-
- Posts: 392
- Joined: 01.12.2020 13:46
@king.midas
AutoHotkey information is now in the wiki.
https://wiki.lazarus.freepascal.org/Cud ... AutoHotkey
About 1C: maybe @halfbrained will see it too.
AutoHotkey information is now in the wiki.
https://wiki.lazarus.freepascal.org/Cud ... AutoHotkey
About 1C: maybe @halfbrained will see it too.
-
- Posts: 40
- Joined: 26.02.2019 13:47
Thank you very much!uvviewsoft wrote:@king.midas
AutoHotkey information is now in the wiki.
https://wiki.lazarus.freepascal.org/Cud ... AutoHotkey
Questions:
1. I am newbie to node.js. While i am not run "npm install typescript" inside folder "server" compilation won't work! May be error in wiki ?
2. Have trouble - filenames prepend with "/", or "D:\D:\". What to do may help ? https://i.imgur.com/6uE5Jy2.png
-
- Posts: 392
- Joined: 01.12.2020 13:46
About your Q-1: "npm install typescript" is not server compilation. it's installing of TypeScript. the server compilation is the next command with "npx".
What error that "npx" command gives to u?
Also did u try to install TypeScript globally? https://docs.npmjs.com/downloading-and- ... s-globally
What error that "npx" command gives to u?
Also did u try to install TypeScript globally? https://docs.npmjs.com/downloading-and- ... s-globally
Filenames issue should be fixed.
Until official download is updated, plugin can be fetched here https://github.com/halfbrained/cuda_lsp
Until official download is updated, plugin can be fetched here https://github.com/halfbrained/cuda_lsp