Files
clice/docs/zh/index.md

36 lines
1.0 KiB
Markdown

---
layout: home
hero:
name: clice
text: 下一代 C++ 语言服务器
tagline: 开发正在活跃进行中
actions:
- theme: brand
text: 什么是 clice?
link: /zh/guide/what-is-clice
- theme: alt
text: 快速开始
link: /zh/guide/quick-start
- theme: alt
text: 参与贡献
link: /zh/dev/contribution
image:
src: /image.png
alt: clice
features:
- icon: T
title: 更好的模板处理
details: 使用伪实例化器处理依赖的模板名,对于复杂模板也可以有代码补全
- icon: H
title: 头文件上下文
details: 支持头文件在不同源文件的上下文之间进行状态切换,当然也完全支持非自包含文件
- icon: M
title: 模块
details: 良好的 C++20 模块支持,从代码补全到高亮到跳转全都适配
- icon: I
title: 内存占用更低,速度更快
details: 优秀的异步任务调度,支持编译任务取消,缓存必要的信息,避免无意义的 CPU 浪费
---