norseghost / sublime-beancount

Bits and pieces to facilitate accounting with Beancount.
MIT License
29 stars 10 forks source link

Struggling to get completions to trigger in ST4 #21

Open ihdavids opened 3 years ago

ihdavids commented 3 years ago

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?

joliver commented 3 years ago

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

maxromanovsky commented 3 years ago

@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 ;)