-
-
Notifications
You must be signed in to change notification settings - Fork 443
Quick suggestion does not work #2096
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
Comments
There was a bug in Arduino IDE 2.1.0 that could cause the language server features to not be available under certain conditions (#2034). That bug has already been fixed (#2083) since the time of the 2.1.0 release you are using. Please try with the latest nightly build of Arduino IDE, which contains the fix, then comment here to let us know whether the problem still occurs with the nightly build. The download links for the nightly build are listed here: https://www.arduino.cc/en/software#nightly-builds
I'll provide instructions: A. Enable Language Server Logging
B. Gather Logs
You will find several C. Disable Language Server LoggingWhen language server logging is enabled, log files are saved to every sketch you open in Arduino IDE and they steadily grow in size whenever you are editing the sketch. So the logging is something you would usually want to disable whenever generation of logs is not needed.
You are now welcome to delete the |
Quick suggestion works with the nightly build! Thanks! |
not works in latest 2.3.7 |
Describe the problem
I followed the guideline but when I hit CTRL+Space nothing happens. It also looks like that it is not possible to generate any LSP log (or perhaps it is just me that I haven't found).
To reproduce
Install Arduino IDE
on
MacOs 13.4 (22F66)
, attach a ArduinoUno and test the autocomplete.Expected behavior
Autocomplete suggestions to pop up.
Arduino IDE version
2.1.0
Operating system
macOS
Operating system version
13.4 (22F66)
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: