Skip to content

Autocomplete does not work correctly with ESP32 #544

Closed
@DonatelloX

Description

@DonatelloX

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:

  1. Board ESP32 2.0
  2. Check "Editor Quick Suggestions" in preference in Arduino IDE
  3. 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".

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Version: Arduino IDE 2.0 beta12

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions