It seems that the auto completion isn't working, can't get any functions like shiftOut, or functions in a library.
The only things I get are keywords, they are suggested on the auto completion list.
Also, I can't see infos on a variable/fonction, so I'm unable to put the right parameter without doing an internet research, see what the function returns and what type the variable is.
The Editor Quick Suggestions is enabled in Preferences.
Is there a way to fix it at home ?
Hi @dj_math. There is a known bug in Arduino IDE 2.1.0 that causes this to happen when the sketch is stored on a drive other than C:\ on your computer:
The workaround is to store your sketches on your C:\ drive.
If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.
Unlucky for us, moving sketches from another drive to anywhere in C:\ drive didn't fix the bug, still don't have auto completion. Should I recreate a sketch and save it anywhere on C:\ drive ? Or return back to a 2.0.x version ?
EDIT : Auto completion returns ! I simply forgot to select a board, but YES, moving every sketch to C drive FIX THE BUG !