mirror of https://github.com/lapce/lapce.git
2c6ea0b02f | ||
---|---|---|
.github/workflows | ||
core | ||
defaults | ||
docs | ||
extra | ||
icons | ||
lsp | ||
proxy | ||
rpc | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
Makefile | ||
README.md |
README.md
Lapce
Lightning-fast and Powerful Code Editor written in Rust
About
Lapce is written in pure Rust, with UI in Druid. It's using Xi-Editor's Rope Science for text editing, and using Wgpu for rendering.
Features
- Modal Editing (Vim like) support as first class citizen (can be turned off as well)
- Built in LSP support
- Built in remote development support (inspired by VSCode Remote Development)
- Plugin can be written in programming languages that can compile to WASI (C, Rust, AssemblyScript)