Autocomplete does not work correctly with ESP32 #544
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
Uh oh!
There was an error while loading. Please reload this page.
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:
Expected behavior
When you type eg "Se" it should appear in the various options at least "Serial", instead just "setup".
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: