LSP + Markdown, marksman.exe, iwes.exe… #6210
|
first of all - have no idea what is LSP, or how it works, what can do for me… just - want to learn it… have a feeling - it can be useful : - ) first attempt - marksman.exe, based on this wiki - https://wiki.freepascal.org/CudaText/LSP_Client#Markdown 16sec.mp4something works, but have no idea if it is ok, or not, or what I can expect… on very simple case, e.g. GoTo Definition… I can see new window… ok or not? /no error message at stderr/ if I will understand how it works on this, https://wiki.freepascal.org/CudaText/LSP_Client#Markdown, than I want to switch to IWE… |
Replies: 2 comments 2 replies
|
ah, LSP Client integrates with Embedded_Editor, it calls Emb_Editor when wants to open a file. it is OK. I only don't get why your video shows the errors in the LSP log. that is not OK. |

right.
with CTRL pressed LSP often fails to show popup.
so I set cuda_lsp.json option
"hover_with_ctrl": false,, and I can show popup N times.