Ekopalypse

Results 157 comments of Ekopalypse
trafficstars

No, normally it's fine. I don't have much experience with the clangd server, mostly I use the Python and Rust language servers and it works fine there. What does have...

> @Ekopalypse Could you point me how autocomplete actually works? The completion logic looks like this: SCN_MODIFIED: if there is a single character change and no completion dialog, triggered by...

> Next problem, code for test: Oh, damn, a crash, sorry ... this is serious - I'll look into it soon. Update: The problem is that as soon as I...

@ArkadiuszMichalski This updated version should have fixed the problem. [NppLspClient_v.0.0.27_pre2.zip](https://github.com/user-attachments/files/16530268/NppLspClient_v.0.0.27_pre2.zip) When calling references with unsaved buffers, the output should now indicate that there is a problem. ![image](https://github.com/user-attachments/assets/375b58c6-61dc-480f-ae0d-821677946e6a)

> Something is not working properly here, That is strange, indeed. I'll check this. > I mean give the command to manually send a request for completion to the LspServer...

The server sends the completions, but the client somehow skips/ignores them. ![image](https://github.com/user-attachments/assets/0c1fc041-f39d-4b5e-9b93-e049491fa703) Debugging session starts ...

@ArkadiuszMichalski Remember when I said I wanted to filter the completion list? Well ... the current position is not always a valid word start position, who would have thought ;-)...

First of all, thank you for the interest in this plugin and the time you spent thinking about how to improve it. What do you think about defining, let's say,...

@BlueEyedFoxUnderscore using the pattern modifier **_(?-i)_** before your regex should do what you want. `(?-i)(?

Unfortunately, the configuration file is a special case. Whenever it is the active document, the actual function of the plugin is not available (disabled) for this document, but others, like...