-
-
Notifications
You must be signed in to change notification settings - Fork 431
Error window with navigation #1300
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
Do you mean the "Error List"? https://docs.microsoft.com/en-us/visualstudio/ide/reference/error-list-window?view=vs-2022 I don't use Visual Studio, but it appears to be equivalent to the Arduino IDE's Problems view. This can be opened via the command palette:
However, the "Problems" feature was recently changed to being disabled by default (#1107), so you will also need to enable that feature before. I provided a more detailed explanation of why it is disabled and how to enable it here:
This is how the "Problems" view already works. You might also like this related feature that is currently in progress: #1275
There is one, but it is currently in experimental status. Please give it a try and let us know if you discover any problems: |
Yes, I meant the "error list" ;)
I enabled the problems view but it doesn't work as I expected.
Thanks fpr you help! |
Did you enable the feature by following the instructions at the link I provided in my previous reply? After doing that, you should see an item in the Problems view for this type of error: |
Hi per1234,
when I do as you advised below, the Problems view will work as expected.
But I was expecting that actual compiler errors would show in the view even if the Arduino › Language: Real Time Diagnostics is false.
The name of the attribute appears misleading to me, since it obviously affects the compiler results, too.
Regards,
Sven
…Subject: Re: [arduino/arduino-ide] Error window with navigation (Issue #1300)
> the problem view stays empty,
> Did you enable the feature by following the instructions at the link I provided in my previous reply?
> After doing that, you should see an item in the Problems view for this type of error:
|
Describe the request
At work I'm working with Visual Studio and I really like the possibilities of the error window:
I would like to see something similar in the Arduino IDE because searching the output window or iterating through errors by F8 is cumbersome.
At least there should be a button "Jump to next error"
Describe the current behavior
Jumping from error to error by pressing F8 (I only know this, because I looked into the shortcuts - a beginner would fail here)
Arduino IDE version
nightly-20220806
Operating system
Windows
Operating system version
10
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: