|
|
|
|
|
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) |
|
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" }] }