-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This is a jumble of low quality reports about various problems #776
Comments
Hi @maciejmiklas. Thanks so much for giving the release candidate of Arduino IDE 2.0.0 a try and for your feedback!
This is expected after every change to the sketch and after changing the board selection. This is because, unlike the classic Arduino IDE, Arduino IDE 2.x has a language server that provides parameter hints, problem detection, hover, goto, and other capabilities. The language server must understand your program, including the core, toolchain, and library dependencies, and so this is the reason for the frequent build and indexing processes. There was a recent cosmetic bug (#431) that caused the status bar to show the IDE was in the "indexing" state even though it was finished, but that has been fixed already. The fix was made after the 2.0.0-rc3 release, and so is currently only available for users of the nightly build.
We have an existing bug report about this here: #396
Please provide a list of the incorrect shortcuts.
Please provide detailed step by step instructions I can follow to reproduce this bug.
Please provide detailed step by step instructions I can follow to reproduce this bug. Which board do you have selected? What is the "jump to declaration" procedure you are following? Does it occur with any code and any declaration, or only under specific conditions? |
I do not know exact steps to reproduce this problem, but I think that it happens when you do lots of refactoring. My project contains a few .ccp/.h files and it's in early stage of development, so I'm renaming methods/variables, renaming files, adding new files and new methods. Sometimes I use build in refactor function, but sometimes I just rename method by hand. Here is the project: https://github.com/maciejmiklas/CapacitivePlantMonitor/tree/main/Arduino/CapacitivePlantMonitor Once this problem occurs I observe flowing:
|
I've tried nightly build and this one seams to be working stable so far. At least I did not get such problem withing an hour. Please close this ticket. |
I've installed latest RC on latest Ubuntu. I'm not getting any error on console, but the whole IDE is totaly unstable, so I'm not sure how this could be a release candidate?
Basically I have to restart IDE every few minutes, otherwise is shows non existing errors, formater is not working.
I've been using Eclipse for development and I'm going back to Eclipse, because it's not possible to work with RC 2.0
The text was updated successfully, but these errors were encountered: