for MCUXpresso IDE, how to enable auto input completion

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

for MCUXpresso IDE, how to enable auto input completion

654件の閲覧回数
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 件の賞賛
返信
1 返信

609件の閲覧回数
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 件の賞賛
返信