Auto-sync: 2026-04-21 00:02

This commit is contained in:
2026-04-21 00:02:55 +08:00
parent 177469a1cd
commit cb7c11e14f
235 changed files with 16567 additions and 237 deletions

View File

@@ -0,0 +1,18 @@
---
title: "LSIF (Language Server Index Format)"
type: concept
tags: [index-format, lsp, serialization]
last_updated: 2026-04-20
---
## Definition
LSIFLanguage Server Index Format是一种用于存储预计算代码语义索引的标准化格式支持语言服务器数据的序列化、导入和导出。
## Use Cases
- **预计算索引**:在 CI/CD 管道中预先构建索引,加快本地启动
- **跨工具共享**不同工具IDE、搜索、文档生成共享同一索引
- **归档与回放**:存储代码库的语义快照用于历史分析
## Connections
- [[Semantic Index]] ← 格式 ← [[LSIF (Language Server Index Format)]]
- [[graphd]] ← 支持 ← [[LSIF (Language Server Index Format)]]