Skip to content

Commit 57d0224

Browse files
jacobhylenper1234
andauthored
Update content/software/ide-v2/tutorials/ide-v2-autocomplete-feature/ide-v2-autocomplete-feature.md
Co-authored-by: per1234 <accounts@perglass.com>
1 parent 7fbe172 commit 57d0224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/software/ide-v2/tutorials/ide-v2-autocomplete-feature/ide-v2-autocomplete-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Using the autocomplete feature is easy, but let's take a look at how it actually
5252

5353
![Suggestion for autocompletion (pinMode).](assets/autocompletion-feature-img03.png)
5454

55-
**4.** Now, by clicking enter, it automatically marks the first parameter, which is designed for the `pin` that we want to define. If we now start writing **LED** and once more trigger the autocomplete feature by pressing **CTRL** + **spacebar**, a suggestion for `LED_BUILTIN` will appear. If we click enter, it will also autocomplete.
55+
**4.** Now, by clicking enter, it automatically marks the first parameter, which is designed for the `pin` that we want to define. If we now start writing **led** and once more trigger the autocomplete feature by pressing **CTRL** + **spacebar**, a suggestion for `LED_BUILTIN` will appear. If we press **Enter**, it will also autocomplete.
5656

5757
![Suggestion for autocompletion (LED_BUILTIN).](assets/autocompletion-feature-img04.png)
5858

0 commit comments

Comments
 (0)