Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Latest commit

 

History

History
63 lines (46 loc) · 2.16 KB

README.md

File metadata and controls

63 lines (46 loc) · 2.16 KB

Table of Contents

vscode-beancount-langserver

A VS Code Extension for the benacount language server

Table of Contents

Requirements

You will need to install beancount to get all diagnostics.

pip install -g beancount

Configuration

  • journalFile: Path to main journal file
  • pythonPath: Path to python executable that has beancount installed

Semantic Tokem Troublshooting

May need the following setting to enable syntax colors for beancount files

"editor.semanticTokenColorCustomizations": {
   "enabled": true, // enable for all themes
   "rules": {
   }
}

Features

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

Contributing

Please do :)