Description
Following the instructions from https://www.arduino.cc/en/Tutorial/getting-started-with-ide-v2/ide-v2-autocomplete-feature/ I cannot make Autocomplete work as described
With a new sketch loaded and Arduino Nano selected as the board type, typing pin as suggested brings up an autocomplete suggestions list with pinMode at the top, and clicking on that or pressing return selects it. uint8_t pin is automatically selected as described, but typing but typing LED does not bring up the suggestion of LED_BUILTIN as described. Typing the name in full and hovering over it does show the fact that it is a macro with a value of 13 and right clicking and selecting Go to Definition opens pins_arduino.h showing how the macro is defined so it is obviously known to the editor