Simple Beancount support for VSCode
- Syntax highlight (syntax file from draug3n/sublime-beancount)
- Decimal point alignment
- Insert current Date
- Auto check after saving
This extension contributes the following settings:
beancount.separatorColumn
: specify the column of the decimal separator.beancount.instantAlignment
: Set totrue
to align the amount (like 1.00 BTC) once a decimal point is inserted.beancount.mainBeanFile
: If you are splitting beancount files into multiple files, then specify this option so that this extension can get all account information. If left blank, the extension will consider the file in the current window as the main file.
To be found...
Automatically check bean file and show errors in VSCode.
Add wordPattern regex to improve autocompletion. @dcyoung05
Made the extension honor editor.tabSize when inserting new postings