Using autocomplete function in AVR Studio to encode C using avr-gcc

How to enable or disable autocomplete function for IDE AVR-Studio 5 or AVR-Studio 4 ? Do I need to edit some files for installation?

In AVR Studio 5 video : How to use the editor , a person uses the supposed autocomplete function (without entering ctrl + enter) on AVR Studio 5. But I searched for it on google and Atmel and could not find it.

+4
source share
1 answer

In AVR Studio 5, select the VAssistX menu and click "Enable / Disable Visual Assist X". This should enable and disable this feature.

+2
source

Source: https://habr.com/ru/post/1382006/


All Articles