Hello:
I want to enable auto input completion, where can i found the setting.
for example:
uint8_t global_var;
void my_function(void)
{
glo //when i input "glo", i want IDE show the input completion select "global_var"
}
Hello @zDreamz
Many thanks for your patience and Happy NY too.
Regarding your question, you must press Ctrl + Space while you are writting your variable, for your case when you have already type "glo", you press Ctrl + Space and a list is going to appear you so you just press Enter to select the variable or double-click on the desire variable.
Hope this information is helpful for you, please let me know if you have more questions.
Best Regards.
Pablo Avalos.