-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Account completion not work #32
Comments
Should I config treesitter additionally? |
+1 |
Tree sitter should not effect completion. I will try to reproduce and see what is going on. Thanks for reporting |
I think I found the problem, It should be fixed in the develop branch in the repo After I test the updated build over the next few days then I will move to main and create a release |
Really appreciate your work:) |
FWIW, the problem persists with v1.3.1. Regular accounts completion using |
Do you have a minimal config for eMacs that I can try? |
I do.
Try going to the last line and put in
|
I tried with 29.0.90 which has eglot (lsp support) built-in. |
I will preface this with this, I am not a emacs user. So I am running with the simple config and hit "Tab" and see "Expenses" fill in as you said. But If I hit "Tab" again I see a pop up with possible completions that seem what you want. Could this be a configuration of eglot issue? I will play with it more and see If I see anything |
It could be eglot. I'll have to dig around a bit. Thanks for looking into
this and for the language server!
|
I appear to be seeing this same (or at least a similar) problem using neovim today. Here's an example log from the language server:
The relevant transaction in my beancount file looks like:
You'll see that I'm trying to auto-complete the "Expenses:Entertainment:Mus" account, which should complete to "Expenses:Entertainment:Music-Movies", which is a valid and existing account in my beancount file. But the server doesn't seem to return any completions for it. |
have not seen this with Neovim, I can play with Helix when I get a chance and see what is happening |
For me on neovim, v1.3.4 does not provide completion, while v1.3.3 does. If you can show point me to how to generate logs, I will do so. |
I can't get completion as well but all other work fine. Would be nice if we can sort this out |
Hey, First posting
Second (or any following) posting
|
I have noticed some oddities with completions on my setup with Neovim. its on my list to look at soon |
Date completion works well, but account completion doesn't work.
Examples:
Here's my configuration:
The text was updated successfully, but these errors were encountered: