项目文件夹

文件
2026-07-13 09:54:00 +00:00

68 行
3.8 KiB
Markdown

此文件含有模棱两可的 Unicode 字符
此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。
<!-- WEHUB_ZH_README -->
> [!NOTE]
> 本文档由 WeHub 基于上游 README 翻译整理,属于社区翻译,非官方中文文档。
> [English](./README.en.md) · [原始项目](https://github.com/lapce/lapce) · [上游 README](https://github.com/lapce/lapce/blob/HEAD/README.md)
> 原作者、版权与许可证归属以原始项目及本仓库 LICENSE 文件为准。
<h1 align="center">
<a href="https://lapce.dev" target="_blank">
<img src="extra/images/logo.png" width=200 height=200/><br>
Lapce
</a>
</h1>
<h4 align="center">闪电般快速且强大的代码编辑器</h4>
<div align="center">
<a href="https://github.com/lapce/lapce/actions/workflows/ci.yml" target="_blank">
<img src="https://github.com/lapce/lapce/actions/workflows/ci.yml/badge.svg" />
</a>
<a href="https://discord.gg/n8tGJ6Rn6D" target="_blank">
<img src="https://img.shields.io/discord/946858761413328946?logo=discord" />
</a>
<a href="https://docs.lapce.dev" target="_blank">
<img src="https://img.shields.io/static/v1?label=Docs&message=docs.lapce.dev&color=blue" alt="Lapce Docs">
</a>
</div>
<br/>
LapceIPA/læps/)完全使用 Rust 编写,UI 基于 [Floem](https://github.com/lapce/floem). 设计采用来自 [Xi-Editor](https://github.com/xi-editor/xi-editor), 的 [Rope Science](https://xi-editor.io/docs/rope_science_00.html),实现闪电般快速的计算,并借助 [wgpu](https://github.com/gfx-rs/wgpu) 进行渲染。有关 Lapce 功能的更多信息请参阅[主站](https://lapce.dev),用户文档请参阅 [GitBook](https://docs.lapce.dev/).
![](https://github.com/lapce/lapce/blob/master/extra/images/screenshot.png?raw=true)
## 功能特性
* 内置 LSP[Language Server Protocol](https://microsoft.github.io/language-server-protocol/)) 支持,为你提供智能代码功能,例如:补全、诊断和代码操作
* 一等公民的模态编辑支持(类 Vim,可切换)
* 内置远程开发支持,灵感来自 [VSCode Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). 享受「本地」体验的优势,并无缝获得远程系统的全部能力。我们还提供 [Lapdev](https://lap.dev/),可帮助你管理远程开发环境。
* 插件可使用能编译为 [WASI](https://wasi.dev/) 格式的编程语言编写(C、Rust、[AssemblyScript](https://www.assemblyscript.org/))
* 内置终端,让你无需离开 Lapce 即可在工作区中执行命令。
## 安装
你可以在[此处](https://github.com/lapce/lapce/releases), 找到适用于 Windows、Linux 和 macOS 的预编译版本,或通过[包管理器安装](docs/installing-with-package-manager.md)。
若要从源码编译,请参阅[指南](docs/building-from-source.md)。
## 参与贡献
<a href="https://ws.lap.dev/#https://github.com/lapce/lapce" target="_blank">
<img src="https://lap.dev/images/open-in-lapdev.svg?version=8" alt="在 Lapdev 中打开">
</a>
由 Lapce 团队开发的 [Lapdev](https://lap.dev/), 是一项类似 GitHub Codespaces 的云开发环境服务。点击上方按钮,你将进入一个完整配置好的 Lapce 开发环境,可以浏览代码并开始开发。所有依赖均已预装,你可以直接开始编码。
参与 Lapce 贡献的指南请参阅 [`CONTRIBUTING.md`](CONTRIBUTING.md)。
## 反馈与联系
Lapce 开发者和用户最常聚集的地方是 [Discord 服务器](https://discord.gg/n8tGJ6Rn6D).
也可以在 [Reddit](https://www.reddit.com/r/lapce/) 加入讨论,我们刚刚起步。
还有一个 [Matrix Space](https://matrix.to/#/#lapce-editor:matrix.org),,与 Discord 服务器的内容互通。
## 许可证
Lapce 在 Apache License Version 2 下发布,这是一份开源许可证。只要遵守其条款,你可以为该项目做出贡献,或按你的意愿使用该代码。许可证全文见:[`LICENSE`](LICENSE)。