Author |
Topic |
|
jbruegemann
New Member
Germany
2 Posts |
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. |
|
accord
Whole Tomato Software
United Kingdom
3287 Posts |
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
|
Edited by - accord on Apr 24 2019 09:59:47 AM |
|
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
Posted - Apr 24 2019 : 10:10:37 AM
|
I am seeing the same problem here, just working out when it broke now. |
zen is the art of being at one with the two'ness |
|
|
feline
Whole Tomato Software
United Kingdom
19014 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|
jbruegemann
New Member
Germany
2 Posts |
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. |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
|
|
Topic |
|