Last Updated on: 12th December 2023, 05:38 pm
Web site: lapce.dev
Category: Office
Subcategory: Text Editors
Platform: Linux, OS X, Windows
License: Apache
Interface: GUI
Wikipedia:
First release: 2020
Lapce – a lightning-fast and powerful code editor written in Rust. It is written in pure Rust with a UI in Druid (an experimental Rust-native UI toolkit). It is designed with Rope Science from the Xi-Editor which makes for lightning-fast computation, and leverages OpenGL for rendering.
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.