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

moved to beancount language server. A VS Code Extension for the benacount language server

License

Notifications You must be signed in to change notification settings

polarmutex/vscode-beancount-langserver

Repository files navigation

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 :)

About

moved to beancount language server. A VS Code Extension for the benacount language server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published