Hacker News new | past | comments | ask | show | jobs | submit login

Can I ask how you get the autocomplete in VS Code? I've never managed to find an extension that does this, and by default the autocomplete only works on previously seen words (so it gets split by the colons in account names)



I did nothing. It just works out of the box for me.

But. I keep my journal files in a folder and open it using the VS Code project file.

File's name is ledger.code-workspace

{ "folders": [{ "path": "/path/to/journal/directory" }] }


> only works on previously seen words

Yes, that's just it. I do not use anything like a language server.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: