From f4ee34c85e3b68ab4f67dcf314269ef3450feee1 Mon Sep 17 00:00:00 2001 From: Lukas Zima <38490125+zimlu02@users.noreply.github.com> Date: Thu, 8 Sep 2022 16:25:09 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4cff34..7c5f68a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Autocomplete speeds up the coding process by suggesting the most likely keywords ![Autocomplete](/images/rexx-autocomplete.gif) +You can configure autocomplete to suggest keywords in lower case, upper case, title case, or detect the case automatically from other keywords in the code. Go to the extension settings and set the **rexx-lsp.keyword.textcase** variable. + ### Syntax Check This feature checks for mistakes and errors in Rexx code. The syntax check feature reviews the whole content of the code and underlines any errors. @@ -34,7 +36,7 @@ The extensions for Visual Studio Code developed by Broadcom Inc., including its For this data collection is used built-in Microsoft VS Code Telemetry, which [can be disabled, if you do not want to send usage data](https://code.visualstudio.com/docs/getstarted/telemetry#_disable-telemetry-reporting). -**The current release of REXX Language Support collects anonymous data for the following events:** +**The current release of Rexx Language Support collects anonymous data for the following events:** * Activation of this VS Code extension * Use of autocomplete feature * Count of lines of opened REXX file (Performance)