Lightning-fast and Powerful Code Editor written in Rust
Go to file
Dongdong Zhou 204b99b0be change to use new theme 2021-09-27 17:40:34 +01:00
core change to use new theme 2021-09-27 17:40:34 +01:00
defaults change to use new theme 2021-09-27 17:40:34 +01:00
docs Update why-lapce.md 2021-09-17 15:50:49 +01:00
extra/images update screenshot 2021-09-17 13:44:41 +01:00
icons change the implementation of panel 2021-05-05 16:39:26 +01:00
lsp change xi-editor depency 2021-02-18 21:28:57 +00:00
proxy cursor width on unicode char 2021-09-16 17:03:04 +01:00
rpc proxy get completion 2020-11-17 22:22:44 +00:00
src start completion 2021-06-09 17:52:56 +01:00
.gitignore change the implementation of panel 2021-05-05 16:39:26 +01:00
.rustfmt.toml lsp plugin change 2020-10-16 16:40:55 +01:00
Cargo.lock remove old state 2021-09-27 14:39:34 +01:00
Cargo.toml fixes 2021-09-03 16:23:09 +01:00
LICENSE Create LICENSE 2020-10-27 09:59:51 +00:00
README.md Update README.md 2021-09-17 13:43:38 +01:00

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)