Lightning-fast and Powerful Code Editor written in Rust
Go to file
Dongdong Zhou 9b064f5c81
add replace (#2553)
* add replace

* focus back to workbench when pointer down on search

* update changelog

* update changelog
2023-08-18 20:48:54 +01:00
.github ci: use stable alpine release (#2507) 2023-07-14 21:34:16 +02:00
defaults add keymap view (#2537) 2023-08-10 21:53:33 +01:00
docs Updated documentation with steps for building or installing on Void Linux (#2501) 2023-07-10 08:25:08 +02:00
extra Show Lapce as an option when doing "Open With..." on Linux (#2498) 2023-08-13 12:55:02 +02:00
icons add keymap view (#2537) 2023-08-10 21:53:33 +01:00
lapce-app add replace (#2553) 2023-08-18 20:48:54 +01:00
lapce-core Vim motion multi-line yank and delete (#2549) 2023-08-16 21:18:17 +01:00
lapce-proxy fix: update toml_edit and use toml crate for easy parsing (#2548) 2023-08-16 22:17:33 +01:00
lapce-rpc fix: add proxy status (#2502) 2023-08-13 14:52:51 +01:00
.gitattributes fix: add gitattributes for scripts (#1894) 2023-01-01 15:51:07 +00:00
.gitignore feat: make metainfo comptime (#2374) 2023-05-14 21:54:17 +02:00
.rustfmt.toml fix: format imports (#1431) 2022-10-02 14:18:22 +01:00
CHANGELOG.md add replace (#2553) 2023-08-18 20:48:54 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md (#1887) 2022-12-30 19:35:25 +00:00
Cargo.lock add replace (#2553) 2023-08-18 20:48:54 +01:00
Cargo.toml fix: update toml_edit and use toml crate for easy parsing (#2548) 2023-08-16 22:17:33 +01: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 README.md 2023-06-01 21:48:30 +01:00
lapce.spec bump version 2023-06-01 19:54:48 +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 Floem (which is also written in Rust). 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.