-
-
Notifications
You must be signed in to change notification settings - Fork 71
v0.1.0, v0.1.1 Editor support may be inaccurate because the header Header.h was not found #325
Comments
@Bad-ptr, thank you for reporting the issue. Please share the installed core, the selected board, and possibly the sketch folder content (the sketch file and the header) with us. |
Just downloaded and unpacked the archives from the releases page and installed the
Arduino Genuine Uno
Just created a new sketch, added After that the IDE can not autocomplete The sketch folder is in the root of disk D:\ the name of the sketch is autogenerated as |
I installed the Adafruit Servo package using the IDE but |
Related: #149 |
I managed to solve this by revising the user: /Users/ein/Library/Arduino15/packages/arduino/hardware/avr/1.8.3 This forces the |
@eirannejad the best solution will come once our Language Server will be fixed and all the headers will be loaded properly for code analysis |
This means that it will be fixed later? I have the same issue Specs: With a header in the same directory the problem described here appears. Even with libraries from the "Library Manager" Let me know if I can do something to help! |
@aHardReset |
The language server is not involved in the compilation process. The fact that it compiles without a problem but you still see the errors in the editor indicates that this problem is LS-related.
No. It's unrelated. |
I'm also experiencing this issue using the current Nightly build. Header files in the same directory as the main .ino file is not found and the "Editor support may be inaccurate because the header XX.h was not found." error is displayed. I'm also facing an issue with sources that are located under the |
@jpmeijers |
@ubidefeo |
I'm trying it on windows.
The header is in the same "sketch" folder as the .ino file.
v0.0.6 works fine(but only .ino files syntactically highlighted).
The text was updated successfully, but these errors were encountered: