Table of Contents
A VS Code Extension for the benacount language server
Table of Contents
You will need to install beancount to get all diagnostics.
pip install -g beancount- journalFile: Path to main journal file
- pythonPath: Path to python executable that has beancount installed
May need the following setting to enable syntax colors for beancount files
"editor.semanticTokenColorCustomizations": {
"enabled": true, // enable for all themes
"rules": {
}
}
Supports Beancount v2
| Feature | Description |
|---|---|
| diagnostics | Provided via beancoubt |
| formatting | Should generate edits silimar to bean-format |
| completions | Show completions for Payees, Accounts, Date |
| definitions | Planned for future release |
| folding | Planned for future release |
| hover | Planned for future release |
| rename | Planned for future release |
Please do :)