Maria José Solano
Maria José Solano
This sounds like a reasonable request for `which-key`. Unfortunately I don't think `lazy.nvim` could follow it (see [this comment](https://github.com/folke/lazy.nvim/blob/2a9354c7d2368d78cbd5575a51a2af5bd8a6ad01/lua/lazy/core/handler/keys.lua#L84-L85)).
I should also mention that those errors only happen in production (but I guess that's because of the `isDev` settings).
Tests are pending because I don't know how to test `completionEntryDetails`. `verify.completions` seems to only check `completionInfo`, and I cannot use the resulting `andApplyCodeAction` because the entry I want to...
> Where is this location coming from? All source files should be bound and have parents, so is this location the SourceFile itself? Correct. So with the example from the...
@jakebailey @DanielRosenwasser @andrewbranch any hints on how I can test this with fourslash?
> Are the details in https://github.com/microsoft/TypeScript/blob/main/tests/cases/fourslash/completionsObjectLiteralMethod2.ts what you're trying to get at? Hmm no this isn't helping me here. The completion entry remains the same with and without my change,...
Okay I was able to test this with `verify.baselineCompletions()`. You were right @iisaduan!
This was fixed in https://github.com/neovim/neovim/pull/24936 :)
@kevinhwang91 sorry to revive this issue, but could you please elaborate? Say that the client does support range formatting. In that case should it _just work_, or is there extra...
Hmm this looks like a duplicate of https://github.com/hyprwm/Hyprland/issues/4798?