Dongdong Zhou 12911b43aa
Release / windows (push) Has been cancelled
Release / linux (push) Has been cancelled
Release / macos (push) Has been cancelled
bump version
2022-02-03 15:41:38 +00:00
2022-02-03 15:41:38 +00:00
2022-01-28 10:17:16 +00:00
2021-10-08 13:56:29 +01:00
2022-01-27 22:14:13 +00:00
2022-02-03 15:41:38 +00:00
2022-02-02 17:31:17 +00:00
2022-01-17 14:41:03 +00:00
2020-10-16 16:40:55 +01:00
2022-02-03 15:41:38 +00:00
2022-02-03 15:41:38 +00:00
2021-10-06 17:13:56 +01:00
2022-01-04 15:13:57 +00:00


Lapce

Lightning-fast and Powerful Code Editor written in Rust

chat

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)
  • Built in terminal

Build from source

Install the Rust compiler with rustup

  1. Install rustup.rs.

Dependencies

Ubuntu

sudo apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev

Building

cargo build --release

The exectuable will be available at target/release/lapce

Feedback

S
Description
Lightning-fast and Powerful Code Editor written in Rust|GitHub 镜像 38.8k · 🍴 1.3k
https://github.com/lapce/lapce Readme 30 MiB
Languages
Rust 98.7%
Dockerfile 0.7%
HCL 0.3%
Makefile 0.1%
Shell 0.1%