Skip to content

Autocomplete does not work correctly with ESP32 #544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DonatelloX opened this issue Oct 11, 2021 · 0 comments · Fixed by #610
Closed

Autocomplete does not work correctly with ESP32 #544

DonatelloX opened this issue Oct 11, 2021 · 0 comments · Fixed by #610
Assignees
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself topic: language server Related to the Arduino Language Server type: imperfection Perceived defect in any part of project

Comments

@DonatelloX
Copy link

DonatelloX commented Oct 11, 2021

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
@DonatelloX DonatelloX added the type: imperfection Perceived defect in any part of project label Oct 11, 2021
@per1234 per1234 added topic: code Related to content of the project itself topic: language server Related to the Arduino Language Server labels Oct 11, 2021
@per1234 per1234 linked a pull request Nov 25, 2021 that will close this issue
@per1234 per1234 added the conclusion: resolved Issue was resolved label Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself topic: language server Related to the Arduino Language Server type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants