Lightning-fast and Powerful Code Editor written in Rust
Go to file
Dongdong Zhou 2c6ea0b02f Update Makefile 2021-10-08 22:36:03 +01:00
.github/workflows Update release.yml 2021-10-08 20:46:17 +01:00
core tab border color 2021-10-08 16:15:14 +01:00
defaults tab border color 2021-10-08 16:15:14 +01:00
docs Update why-lapce.md 2021-10-08 13:56:29 +01:00
extra Update lapce.wxs 2021-10-06 20:17:09 +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 change to use vendored openssl 2021-10-06 14:21:31 +01:00
rpc proxy get completion 2020-11-17 22:22:44 +00: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 draw shadow for active tab 2021-10-08 13:25:59 +01:00
Cargo.toml add lapce-proxy 2021-10-06 17:43:04 +01:00
LICENSE Create LICENSE 2021-10-06 17:13:56 +01:00
Makefile Update Makefile 2021-10-08 22:36:03 +01:00
README.md Update README.md 2021-10-06 11:41:00 +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)