Skip to content

Commit ca2005b

Browse files
Apply suggestions from code review
Co-authored-by: seaxwi <[email protected]>
1 parent 2c23cbf commit ca2005b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/Software Support/IDE Settings/Enable-autocomplete-in-IDE-2.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ title: "Enable autocomplete in IDE 2"
33
id: 4406711538450
44
---
55

6-
Arduino IDE 2 introduces an *Editor Quick Suggestions* feature for writing your code. Follow these steps to enable the feature.
6+
Arduino IDE 2 introduces *Editor Quick Suggestions*. When it is enabled, Arduino IDE will provide suggestions to automatically complete code as you type. Editor Quick Suggestions is sometimes referred to as "autocomplete".
77

8-
1. Open the IDE.
8+
Follow these steps to enable Editor Quick Suggestions:
9+
10+
1. Open Arduino IDE.
911

1012
2. Open the Preferences window from the menu bar:
1113

@@ -21,6 +23,6 @@ Arduino IDE 2 introduces an *Editor Quick Suggestions* feature for writing your
2123

2224
4. Click OK to save.
2325

24-
the Editor Quick Suggestions is now enabled:
26+
Editor Quick Suggestions feature is now enabled:
2527

2628
![Testing Autocomplete](img/AutoComplete-example.png)

0 commit comments

Comments
 (0)