Lightning-fast and Powerful Code Editor written in Rust
Go to file
Dongdong Zhou 934ed7ec9c update docs 2022-10-12 19:07:11 +01:00
.devcontainer feat: add missing rust components to devcontainer 2022-07-19 15:39:55 +00:00
.github Create PULL_REQUEST_TEMPLATE.md 2022-10-09 20:19:35 +01:00
defaults Add atomic soft tabs feature (#1419) 2022-10-11 21:24:08 +01:00
docs update docs 2022-10-12 19:07:11 +01:00
extra Merge pull request #1349 from sebastian-de/logo 2022-09-25 21:24:27 +01:00
icons feat(search): add case sensitive search ui button (#1441) 2022-10-10 20:21:32 +01:00
lapce-core Style Crash fix (#1482) 2022-10-11 21:57:24 +01:00
lapce-data Style Crash fix (#1482) 2022-10-11 21:57:24 +01:00
lapce-proxy feat(search): add case sensitive search ui button (#1441) 2022-10-10 20:21:32 +01:00
lapce-rpc feat(search): add case sensitive search ui button (#1441) 2022-10-10 20:21:32 +01:00
lapce-ui Style Crash fix (#1482) 2022-10-11 21:57:24 +01:00
.gitattributes git: add gitattributes & renormalize files 2022-08-31 19:00:36 +02:00
.gitignore Prettier plugin panel (#1244) 2022-09-18 11:47:31 +01:00
.rustfmt.toml fix: format imports (#1431) 2022-10-02 14:18:22 +01:00
CHANGELOG.md feat: add command to un/install lapce from/to PATH (#1471) 2022-10-11 21:20:58 +01:00
CONTRIBUTING.md wgpu -> opengl readme 2022-06-02 10:19:09 +01:00
Cargo.lock Plugin Settings (#1449) 2022-10-09 20:10:43 +01:00
Cargo.toml Minor changes of root `Cargo.toml`. 2022-09-16 21:41:53 +03:00
LICENSE Create LICENSE 2021-10-06 17:13:56 +01:00
Makefile feat: allow custom codesign identity (#1457) 2022-10-08 14:47:55 +01:00
README.md update docs 2022-10-12 19:07:11 +01:00
lapce.spec bump version 2022-09-02 22:18:07 +01:00
rust-toolchain.toml Add rust-toolchain file 2022-09-20 21:42:23 +02:00

README.md


Lapce

Lightning-fast And Powerful Code Editor


Lapce (IPA: /læps/) is written in pure Rust with a UI in Druid (which is also written in Rust). It is designed with Rope Science from the Xi-Editor which makes for lightning-fast computation, and leverages OpenGL for rendering. More information about the features of Lapce can be found on the main website and user documentation can be found on GitBook.

Features

  • Built-in LSP (Language Server Protocol) support to give you intelligent code features such as: completion, diagnostics and code actions
  • Modal editing support as first class citizen (Vim-like, and toggleable)
  • Built-in remote development support inspired by VSCode Remote Development. Enjoy the benefits of a "local" experience, and seamlessly gain the full power of a remote system.
  • Plugins can be written in programming languages that can compile to the WASI format (C, Rust, AssemblyScript)
  • Built-in terminal, so you can execute commands in your workspace, without leaving Lapce.

Installation

You can find pre-built releases for Windows, Linux and macOS here, or installing with a package manager. If you'd like to compile from source, you can find the guide.

Contributing

Guidelines for contributing to Lapce can be found in CONTRIBUTING.md.

Feedback & Contact

The most popular place for Lapce developers and users is on the Discord server.

Or, join the discussion on Reddit where we are just getting started.

There is also a Matrix Space, which is linked to the content from the Discord server.

License

Lapce is released under the Apache License Version 2, which is an open source license. You may contribute to this project, or use the code as you please as long as you adhere to its conditions. You can find a copy of the license text here: LICENSE.