Skip to content

Commit 2572ec4

Browse files
authored
Merge pull request #14 from BroadcomMFD/update_readme
Update README.md
2 parents da908e3 + f4ee34c commit 2572ec4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Autocomplete speeds up the coding process by suggesting the most likely keywords
1919

2020
![Autocomplete](/images/rexx-autocomplete.gif)
2121

22+
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.
23+
2224
### Syntax Check
2325

2426
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
3436

3537
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).
3638

37-
**The current release of REXX Language Support collects anonymous data for the following events:**
39+
**The current release of Rexx Language Support collects anonymous data for the following events:**
3840
* Activation of this VS Code extension
3941
* Use of autocomplete feature
4042
* Count of lines of opened REXX file (Performance)

0 commit comments

Comments
 (0)