Go to file
zhuo.quan 219391810a 更新部分内容 2024-07-05 15:51:39 +08:00
.vscode webpack: enable watch in develop mode 2022-11-27 16:09:14 +08:00
build 更新部分内容 2024-07-05 15:51:39 +08:00
client 更新部分内容 2024-07-05 15:51:39 +08:00
images Add icon 2022-10-12 12:37:33 +08:00
server 更新依赖版本 2024-06-20 17:28:20 +08:00
syntaxes Fix: escaped string broke syntax hightlight 2023-03-22 11:06:33 +08:00
.eslintrc.json change eslint rule: naming-convention 2022-12-02 16:26:08 +08:00
.gitignore refactor: using antlr4 ts target 2023-12-08 12:01:00 +08:00
.vscodeignore update .vscodeignore 2022-10-12 12:53:56 +08:00
CHANGELOG.md 还原syntaxes目录文件 2023-11-30 10:59:18 +08:00
LICENSE.md update document 2022-10-12 12:42:44 +08:00
README.md readme增加中文描述 2023-10-12 11:03:42 +08:00
language-configuration.json Syntax Highlighting for CMake and CMakeCache 2022-08-23 16:50:59 +08:00
package-lock.json 更新依赖版本 2024-06-20 17:28:20 +08:00
package.json 更新依赖版本 2024-06-20 17:28:20 +08:00
package.nls.json add simplified Chinese translation for configuration 2023-04-06 17:06:52 +08:00
package.nls.zh-cn.json add simplified Chinese translation for configuration 2023-04-06 17:06:52 +08:00
snippets.json Add snippets 2022-08-24 12:30:14 +08:00
tsconfig.base.json refactor language server using typescript 2022-10-10 11:04:15 +08:00
tsconfig.json refactor language server using typescript 2022-10-10 11:04:15 +08:00
webpack.config.js 简化 webpack 配置 2024-06-20 15:15:39 +08:00

README.md

转到中文描述

Description

This extension add CMake language feature support to Kylin-IDE.

Features

  • syntax highlight
  • semantic tokens
  • builtin commands document hover
  • builtin commands signature support
  • commands, variable, properties... auto complete
  • document format
  • go to defination
  • publish diagnostics
  • code action

Requirements

You should have CMake install.

Extension Settings

This extension contributes the following settings:

  • cmakeIntelliSence.loggingLevel: Control the logging level.
  • cmakeIntelliSence.trace.server: Set to verbose or message to trace communication between client and server.
  • cmakeIntelliSence.cmakePath: path to cmake executable

english

描述

该扩展为支持kylin-IDE添加CMake语言功能。

特性

  • 语法高亮
  • 语义标记
  • 内置命令文档悬停
  • 内置命令签名支持
  • 命令,变量,属性…自动补全
  • 文档格式化
  • 转到定义
  • 发布诊断信息
  • 代码操作

插件依赖

使用该插件需要安装CMake软件包.

插件设置

该插件提供以下设置:

  • cmakeIntelliSence.loggingLevel: 控制日志级别。
  • cmakeIntelliSence.trace.server: 设置 verbosemessage 跟踪客户端和服务器之间的通信.
  • cmakeIntelliSence.cmakePath: 设置可执行的路径