T O P I C R E V I E W |
jbruegemann |
Posted - Apr 24 2019 : 08:12:35 AM I just updated VAX to 2331_0, and now I have problems with the auto completion feature. I have the completion recommendations popup, but when I press ENTER, under certain circumstances, it has no effect. It seems that underscores in member variable names cause problems. Also it only happens on first use, meaning when I entered . or -> and then write to the point where at least the underscore gets written, for example "->m_d" auto completion fails. If I just write "->m" it works. Or if I redo some typing, but don't remove . or -> auto completion then does the job. My Visual Studio Version is 15.9.3. |
5 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - May 07 2019 : 2:16:39 PM case=138729 is fixed in build 2333 https://support.wholetomato.com/default.asp?W404#2333
|
jbruegemann |
Posted - Apr 25 2019 : 11:10:34 AM quote: Originally posted by accord
Can you please try unticking the below setting to see if it makes any difference?
VA Options -> Editor -> Insert _ after m and Shift
Thanks, seems to work fine now. |
feline |
Posted - Apr 24 2019 : 1:53:46 PM I have put in a bug report for this:
case=138729
Assuming you have:
VA Options -> Enhanced Listboxes -> Allow Acronyms and Shorthand
turned On, you can skip pressing the shift button to insert the underscore and just start typing the name of the member variable you want. VA will filter the listbox for this member, based on what you type, even without typing the leading "m_". The change takes a little getting used to, but it can make things quicker and easier for you, so worth suggesting for now. |
feline |
Posted - Apr 24 2019 : 10:10:37 AM I am seeing the same problem here, just working out when it broke now. |
accord |
Posted - Apr 24 2019 : 09:58:12 AM Can you please try unticking the below setting to see if it makes any difference?
VA Options -> Editor -> Insert _ after m and Shift
|