Settings

Theme

Show HN: Beancount Language Service (LSP Server and Client VSCode Extension)

marketplace.visualstudio.com

2 points by fengkx a year ago · 0 comments · 1 min read

Reader

In my spare time, I wrote a Beancount VSCode extension (Language Server & Client). Feel free to try it out~

The main motivation for this was the need for cross-device editing, primarily using github.dev. Therefore, this plugin supports VSCode Web Extension and can run in the browser. It also supports the typical capabilities of a Language Server, such as:

- Semantic Syntax Highlight

- Auto Completion

- Diagnostic

- Document Symbols

- Go to Definition / References

- Rename

- Formatting

etc...

Marketplace: https://marketplace.visualstudio.com/items?itemName=fengkx.b...

Source Code: https://github.com/fengkx/beancount-lsp

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection