Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completions only showing after typing a letter #133

Closed
amacfie opened this issue Apr 24, 2024 · 2 comments
Closed

Completions only showing after typing a letter #133

amacfie opened this issue Apr 24, 2024 · 2 comments

Comments

@amacfie
Copy link

amacfie commented Apr 24, 2024

I'm seeing this in vim-lsp and lsp4ij, others have seen it in emacs: doomemacs/doomemacs#7735.

Example file (test.nix):

{ config, lib, pkgs, ... }:

{
  foo = builtins.
}

Putting cursor after builtins. and triggering completion has no result, but typing a letter like a and then triggering completion brings up the expected list.

log.txt

@oxalica
Copy link
Owner

oxalica commented May 30, 2024

Vim/coc.nvim, Neovim/native lsp and VSCodium all work well. I think emacs is to be blamed here. Also that you can retry with the latest master build.

Screenshot_20240530_124520

@oxalica oxalica closed this as not planned Won't fix, can't repro, duplicate, stale May 30, 2024
@amacfie
Copy link
Author

amacfie commented May 30, 2024

Could you compare the log I included with the log from an editor where it works? The log shows that no completions are returned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants