Hacker News new | ask | show | jobs
by kilolympus 997 days ago
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)
2 comments

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.