for MCUXpresso IDE, how to enable auto input completion

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

for MCUXpresso IDE, how to enable auto input completion

574 Views
zDreamz
Contributor I

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"

}

0 Kudos
Reply
1 Reply

529 Views
PabloAvalos
NXP TechSupport
NXP TechSupport

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.

0 Kudos
Reply