orgize/orgize-lsp
2024-01-10 04:41:41 +08:00
..
editors/vscode feat: update README.md and vscode icons 2023-12-21 23:51:42 +08:00
src release: bump version to 0.10.0-alpha.7 2024-01-10 04:41:41 +08:00
Cargo.toml feat: update README.md and vscode icons 2023-12-21 23:51:42 +08:00
README.md feat: update README.md and vscode icons 2023-12-21 23:51:42 +08:00

orgize-lsp

Language server for org-mode, builtin with orgize.

Install

Server

$ cargo install --path .

Client (vscode)

$ pnpm run -C editors/vscode package --no-dependencies
$ code --install-extension ./editors/vscode/orgize-lsp.vsix --force

Supported features

  1. Folding range

    • Fold headline, list, table, blocks
  2. Document symbols

    • Headings
  3. Formatting

  4. Document link

    • File links

    • Source block :tangle arguments

    • Internal links

  5. Code lens

    • Generate toc heading

    • Tangle/detanlge source block

    • Evaluate source block

  6. Completion

    • Various blocks: <a, <c, <C, <e, <E, <h, <l, <q, <s, <v, <I
  7. Commands

    • Show syntax tree