Peter Munch-Ellingsen

Results 403 comments of Peter Munch-Ellingsen

Going through issues and doing some house-keeping. Never got a reply on this, do you have a response to my questions?

Hmm, this sounds like a nimsuggest issue. I guess the way forward would be to test with just nimsuggest and see if that has the same issue.

Thanks for the reproduction sample, I think I found the issue. Due to a recent refactor the code path to send the reply was only inside the block where it...

Do you know which LSP commands are called by those two? If so I can fix it easily

I think so, yes. But I haven't had time to check. Feel free to try it out and make a PR if it works :)

There is a command to nimsuggest that returns an outline of all the symbols and such, this could probably be used to figure out if the current position is in...

I believe this is a nimsuggest issue (nimlsp is simply using that as a library). Could you try to run the same tests with nimsuggest manually?

Then you should raise this issue in the nimsuggest issue tracker. There is unfortunately nothing that can be done to fix this in NimLSP. But feel free to link this...

Ah yes, for NimLSP to work it needs to be able to build the project. This means that any switches that you pass on compile-time should be put in a...

I have already started implementing the proposal. Building our own version is directly against the entire purpose of LSP as it would only work with Nim-aware LSP clients. I know...