Hello,
when I write some code in function, the suggestion list appear and a default choice is select by VA. If I press Tab or Enter the select choice is "write".
But If I write some code outside of function (in header for example), the suggestion list appear but no default choice is made by VA. So when I press Tab or Enter, nothing append (except a tab character or a carriage return). I must use bottom or up key to select a suggestion and after press Tab or Enter.
To reproduce it, just create a simple projet and write this code :
class CTest
{
};
typedef CTe // We want to write "typedef CTest CMyTest" for example
When you type "CTe" after typedef, a suggestion list appear with "CTest" but no choice is made by default ! So I can press Tab or Enter !
There is a issue ?