-
-
Notifications
You must be signed in to change notification settings - Fork 436
Intermittent problems with Editor Hover and Occurrences Highlight #2127
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
Hi @EarlVadim. This sounds like a known bug that has already been fixed:
Unfortunately we weren't able to include the fix in the Arduino IDE 2.1.1 release but it will definitely be in the next release. For now, you can only get the fix by using a beta tester version of Arduino IDE. Please give that version a try and then reply here to let me know if the problem still occurs. I'll provide instructions you can follow to install that version:
When you install the IDE via this ZIP file, it will not interfere with any other installations of Arduino IDE on your computer so you are welcome to have both beta tester versions as well as the release version of Arduino IDE installed on your computer at the same time. |
Hello @per1234 . UPD: It worked, but not stability. some values are loaded and some are not. |
Hi @EarlVadim. Please provide detailed instructions I can follow to reproduce the faults you reported. |
Hi, @per1234 I can't write the instruction, I see these errors on my own projects. on the second screenshot, all repetitions are displayed, but pop-up hints do not work. project for esp8266. both projects are open at the same time, but their behavior is different. |
Hi @EarlVadim. Please comment to let us know whether you are still experiencing this problem. If you are, I'm going to ask you to provide some additional information that might allow us to identify the cause (we are not able to reproduce the fault on our own machines, which makes it difficult to investigate): I'm going to ask you to provide the debug logs that are produced by the "Arduino Language Server" tool. You can do that by following these instructions: A. Enable Language Server Logging
B. Gather Logs
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 |
ARDUINO_MPPT_FIRMWARE_V1_3.zip I wrote down for you the log of the same error that is in the previous screenshot. on page 4_Charging_Algorithm |
Describe the problem
tooltips for functions and variables work only for sketches located in the default folder %User/Documents/...%.
But if in the Preferences the home folder is redefined to another one, then these hints no longer work.
To reproduce
Change Home folder in Preferences.
Create New sketch (even empty) and check working popup hints on "loop" or "setup" functions..
Save sketch to Home folder.
Check for broken popup tooltips.
Expected behavior
Broken tooltips.
Arduino IDE version
2.1.1
Operating system
Windows
Operating system version
Windows11
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: