Skip to content

Commit 7136c7a

Browse files
Improvements to autocomplete article [HC-1486] (#401)
* Added correct feature name * Apply suggestions from code review Co-authored-by: seaxwi <[email protected]> * minor adjustments --------- Co-authored-by: seaxwi <[email protected]>
1 parent 21a8abb commit 7136c7a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

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

6-
Arduino IDE 2 introduces an autocomplete feature for writing your code. Follow these steps to enable the feature.
6+
Arduino IDE 2 introduces **Editor Quick Suggestions**. When 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+
---
9+
10+
Follow these steps to enable Editor Quick Suggestions:
11+
12+
1. Open Arduino IDE.
913

1014
2. Open the Preferences window from the menu bar:
1115

@@ -15,12 +19,12 @@ Arduino IDE 2 introduces an autocomplete feature for writing your code. Follow t
1519

1620
[^1]: If you're using Arduino IDE 2.1 or older, this option may be called **Arduino IDE > Settings**. ([#2022](https://github.com/arduino/arduino-ide/issues/2022))
1721

18-
3. Check the _Editor Quick Suggestions_.
22+
3. Check the box next to *Editor Quick Suggestions*.
1923

2024
![Preferences Window](img/Preferences_Window.png)
2125

2226
4. Click OK to save.
2327

24-
Autocomplete is now enabled:
28+
Editor Quick Suggestions are now enabled:
2529

2630
![Testing Autocomplete](img/AutoComplete-example.png)
6.41 KB
Loading

0 commit comments

Comments
 (0)