Lightning-fast and Powerful Code Editor written in Rust
Go to file
Jakub Panek 54d9a7b7b2
fix: switch to tree-sitter-json crate
2024-04-05 07:09:31 +02:00
.github ci: refactor deb builds, link openssl statically (#3133) 2024-03-31 20:21:16 +02:00
defaults Add setting to toggle open editors section (#3095) 2024-03-24 17:57:06 +00:00
docs ci: refactor deb builds, link openssl statically (#3133) 2024-03-31 20:21:16 +02:00
extra ci: refactor deb builds, link openssl statically (#3133) 2024-03-31 20:21:16 +02:00
icons add step into out 2023-10-20 19:47:28 +01:00
lapce-app no modal for local doc 2024-04-02 22:11:50 +01:00
lapce-core fix: switch to tree-sitter-json crate 2024-04-05 07:09:31 +02:00
lapce-proxy bump alacritty_terminal 2024-03-26 22:42:39 +00:00
lapce-rpc return error if can't deserialize json 2024-03-27 21:51:52 +00:00
.dockerignore add building packages for linux distros (#2989) 2024-02-20 21:32:42 +01:00
.gitattributes fix: add gitattributes for scripts (#1894) 2023-01-01 15:51:07 +00:00
.gitignore ci: add vendor tarball (#2709) 2023-10-28 03:20:17 +02:00
.rustfmt.toml fix: format imports (#1431) 2022-10-02 14:18:22 +01:00
.taplo.toml style: format Cargo manifests (#3092) 2024-03-24 17:56:31 +00:00
CHANGELOG.md Fix terminal default profile saving incorrectly (#3142) 2024-04-01 05:34:42 +02:00
CONTRIBUTING.md Update CONTRIBUTING doc (#2659) 2023-10-08 22:39:46 +01:00
Cargo.lock create editor modal from config 2024-04-02 21:54:19 +01:00
Cargo.toml create editor modal from config 2024-04-02 21:54:19 +01:00
LICENSE Create LICENSE 2021-10-06 17:13:56 +01:00
Makefile fix: update msrv (#3013) 2024-03-21 16:52:41 +01:00
README.md docs: remove matrix button (#3094) 2024-03-24 17:56:44 +00:00
docker-bake.hcl ci: refactor deb builds, link openssl statically (#3133) 2024-03-31 20:21:16 +02:00
lapce.spec bump version 2023-12-04 21:13:24 +00: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 Floem. It is designed with Rope Science from the Xi-Editor which makes for lightning-fast computation, and leverages Wgpu 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.