mirror of https://github.com/lapce/lapce.git
Update README.md
This commit is contained in:
parent
9fb61d0a72
commit
78b90a4ccd
|
@ -29,7 +29,7 @@ Lapce (IPA: /læps/) is written in pure Rust with a UI in [Floem](https://github
|
||||||
|
|
||||||
* Built-in LSP ([Language Server Protocol](https://microsoft.github.io/language-server-protocol/)) support to give you intelligent code features such as: completion, diagnostics and code actions
|
* Built-in LSP ([Language Server Protocol](https://microsoft.github.io/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)
|
* Modal editing support as first class citizen (Vim-like, and toggleable)
|
||||||
* Built-in remote development support inspired by [VSCode Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Enjoy the benefits of a "local" experience, and seamlessly gain the full power of a remote system.
|
* Built-in remote development support inspired by [VSCode Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Enjoy the benefits of a "local" experience, and seamlessly gain the full power of a remote system. We also have [lapdev](https://github.com/lapce/lapdev) which can help manage your remote dev environments.
|
||||||
* Plugins can be written in programming languages that can compile to the [WASI](https://wasi.dev/) format (C, Rust, [AssemblyScript](https://www.assemblyscript.org/))
|
* Plugins can be written in programming languages that can compile to the [WASI](https://wasi.dev/) format (C, Rust, [AssemblyScript](https://www.assemblyscript.org/))
|
||||||
* Built-in terminal, so you can execute commands in your workspace, without leaving Lapce.
|
* Built-in terminal, so you can execute commands in your workspace, without leaving Lapce.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue