- Add Inlay Hints for last legs of transactions with elided amounts @iamkroot
- Add support for multi-level code outline from headings @Ev2geny
- Allow syntax highlight in markdown @hotshotxwl
- Support opening files from 'include' directive by adding DocumentLinkProvider @mengqi92
- Add org-mode-fold to README.md @dumbPy
- oneliner version syntx with file suffix
.beancount.oneline
or.bean.oneline
. @Akuukis
- New icon @pluwen
- Add an outline or SymbolProvider @isometimescode
- Skip closed accounts when prompting complete items @mengqi92.
- Bump minimist from 1.2.5 to 1.2.6.
- Support relative path to python (Add #27 back)
- Support alias
~
for home directory onpython3Path
config @whusnoopy. - Support windows % variables paths @huruka.
- Change
assets-class
toasset-class
in snippets @chylli-binary. - Treat CJK aka East Asian characters as two letters width @yukixz.
- Add/remove diagnostic information when standalone files are opened/closed
- Let formatter ignore non-beancount files
- fix #40
- fix #38: account autocompletion fails due to commodity price error
- workaround for completing narrations and payees
- feat(syntax): add support for beancount_oneliner @Akuukis
- Fixed a bug related to completing the first transaction
- Use Pinyin initial letters to input existing Chinese narrations and payees quickly.
- auto completion of narrations and payees now is triggered by
"
.
- Support relative path to python (to allow wrapper scripts) @vizanto.
- Syntax Highlight Enhancement @SEIAROTg.
- Ensure accounts in transaction can start with all letters @jumoel.
- Add an option to disable autocompletion of payee and narration fields.
- Make formatter aware of language specific tabSize settings @sevenkplus.
- Add support for non-ascii characters in account names @lockjs
- Add "flag as okay" quickfix for flag warnings @mjec
- Fix a bug in auto-completion of links(^)
- auto-completion improvements
- Auto-completion of tags and links
- Recognize indented directives. @zahanm
- Fix the bug that only one commodity is shown in the hover.
- Fix path problem on Windows
- Add logs
- other minor improvements
- Auto-completion lists now include accounts, payees, and narrations appeared in other files.
- Hover over account names to check account balances.
- Remove command
beancount.insertDate
, which is replaced by auto-completion. - Temporarily remove
beancount.alignCommodity
.
- Add accented characters support in wordPattern regex. @NicolasP
- Fix a bug where the cursor is not correctly moved
- Provide options to specify python3 and fava path #12
- Fix a bug where the cursor is not correctly moved
- Change Fava binding address to 127.0.0.1
- Fix a bug where duplicate diagnostic entries show up
- Add code folding markers (@zacharylawrence)
- Correctly handle terminal-close event.
- Fix some potential bugs;
beancount.mainBeanFile
now cen be set to either a relative path or a full path. (@robotkid)
- Fix a bug related to an empty contentChanges array. (@robotkid)
- Code snippets (@vlamacko)
- Run Fava to view balances
- The extension now will not check unrelated files. #8
- 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
- Initial release