From e2afbe1dbcabe9fa8fe52029cb674fe443ee73a6 Mon Sep 17 00:00:00 2001 From: Simon Sobisch Date: Fri, 11 Mar 2022 08:10:27 +0100 Subject: [PATCH] add note about `ltex.checkSelection` command after searching in the docs and finding it at https://github.com/valentjn/vscode-ltex/issues/457 / https://github.com/valentjn/vscode-ltex/issues/350 / --- pages/supported-languages.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/supported-languages.md b/pages/supported-languages.md index 285ef01..a1d268f 100644 --- a/pages/supported-languages.md +++ b/pages/supported-languages.md @@ -79,6 +79,11 @@ TypeScript React (`typescriptreact`), Verilog (`verilog` ∗), Visual Basic (`vb`) +### strings and inline comments after code + +Because of too many false-positives there is no option to "check everywhere". To check specific parts like string content or inline comments after code you can always select those and use `ltex.checkSelection` command. + + ## Natural Languages Apart from code languages like markup and programming languages, there is also the notion of natural languages. Natural languages are the languages in which the contents of documents can be written, like English or German.