From da6c314c46e569e6619e0c12a125e0750cabe33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8=E5=8D=93?= Date: Tue, 6 Dec 2022 10:57:16 +0800 Subject: [PATCH] update readme --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2be7754..f128627 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,19 @@ This extension add CMake language feature support to Visual Studio Code. ## Features -+ Syntax highlight -+ Builtin commands document hover -+ Builtin commands signature support ++ 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 can use it after installing, no addition dependencies required. +You should have CMake install. ## Extension Settings @@ -19,3 +24,4 @@ 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