sublime-beancount icon indicating copy to clipboard operation
sublime-beancount copied to clipboard

Struggling to get completions to trigger in ST4

Open ihdavids opened this issue 4 years ago • 2 comments

When I attempt to trigger the completions using any of the leader keys in a beancount buffer they don't seem to expand. Is there some trick I am missing?

ihdavids avatar May 25 '21 05:05 ihdavids

I'm looking at this same issue as well. As best I can tell, it appears that a fork of this project has already done the work:

https://github.com/vqv/sublime-beancount

I haven't verified it yet, but here's the individual commit that may fix the above issue:

https://github.com/vqv/sublime-beancount/commit/77d572304d050f031579a8295c3acca445dd3710

joliver avatar May 29 '21 05:05 joliver

@joliver @vqv I have tried to use this fork, did a git clone to ~/Library/Application Support/Sublime Text 3/Packages, and also installed PackageDev. The syntax highlighting works, but the payee autocompletion doesn't. I use lowercase dash-separated payees, and they work perfectly in Sublime 3, like this:

2021-10-30 * "amazon-com" ""
  [...]

I would appreciate if you could give me a hint ;)

maxromanovsky avatar Oct 30 '21 13:10 maxromanovsky