fengkx
fengkx
Cloud you check the latest version with 41f1c65, It should have better performance.
> it is also indexing other included files, though they are not changed I think it will not parse it again, But the symbol storage will do its work of...
diagnostic also cost quite a lot of time, Maybe debounce similar to the index process should be added.
[findAllTransactions](https://github.com/fengkx/beancount-lsp/blob/master/packages/lsp-server/src/common/features/inlay-hints.ts) is also another time consuming function that need improve.
For completion of account name, it didn't check for open directives, once it is used in postings, It should be able to show up in completion items. For python plugins,...
> Is it possible to have certain features available only in local vscode, while keeping them disabled on the browser? It is already like this now. What features? Which plugin?...
Can't reproduce this. The completion do not require an account definition(open directive). Once it is used, it should be shown in completion items.
> NOTE: _browser is untested_. I tested functionality only in lsp-server. Not client, nor browser. How to only test server without a client?
Thanks for pointing out the issue. Cloud you give me an nvim configuration example. I don't use vim but I do want to support it. https://github.com/fengkx/beancount-lsp/issues/47
Thank you very much for the example; it was very helpful.