Skip to content

creeper-0910/lapce-ja

 
 

Repository files navigation

高速でパワフルなコードエディター


<<<<<<< HEAD Lapceは純粋なRustで書かれており、UIは Druid (これもRustで作成されています) のUIを使用して純粋なRustで記述されています。 Rope ScienceXi-Editor を使って設計されているので、計算が非常に速いです。レンダリングには OpenGL を利用しています。Lapce の機能についての詳細は Lapceのウェブサイト から、ユーザードキュメントは GitBook から閲覧が可能です。

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.

9845c1a0b3fbfd6afdc0fb1504d3be78764e0c7b

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.

About

Lightning-fast and Powerful Code Editor written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 97.2%
  • Scheme 2.6%
  • Other 0.2%