Closed
Description
Describe the bug
Autocomplete does not work correctly with ESP32. For example typing "S" lists a number of possibilities (short, sizeof, static ...), but Serial is missing. Typing "Se" the suggestion is "setup" and "Serial" will not be visible.
To Reproduce
Steps to reproduce the behavior:
- Board ESP32 2.0
- Check "Editor Quick Suggestions" in preference in Arduino IDE
- Write for test autocomplete, for example typing "Se" the suggestion Serial will not be visible.
Expected behavior
When you type eg "Se" it should appear in the various options at least "Serial", instead just "setup".
Desktop (please complete the following information):
- OS: Windows 10
- Version: Arduino IDE 2.0 beta12