T O P I C R E V I E W |
jschroedl |
Posted - Apr 29 2013 : 2:42:44 PM When working in my C++/CLI code, I often hit an issue with VAX where the class I want isn't suggested.
Consider this screenshot of C++/CLI code in a function.

I was expecting the suggestion of "Debug" as in System::Diagnostics::Debug so that I can type Debug::WriteLine(...) but it suggests DEBUG from atldef.h which I don't really want. When I press the colon it autocompletes to DEBUG which I have to Ctrl+Z and fix all the time.
Any suggestions?
|
5 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - May 01 2013 : 2:19:51 PM This is good to know. Having accepted the right Debug, is VA now putting this into the suggestion listboxes? Turning On:
VA Options -> Advanced -> Suggestions -> Include bits of code from surrounding lines
might help here. |
jschroedl |
Posted - May 01 2013 : 1:02:21 PM If I press Ctrl+Space, Debug is in the list.

|
feline |
Posted - Apr 30 2013 : 2:42:11 PM There are pale tomato icons behind the listbox icons, so this is a VA suggestion listbox. If you press CTRL-SPACE is the correct Debug now listed?
Once you have typed in the correct Debug a couple of times it should appear in the suggestion listbox, especially if it is in the surrounding code. |
jschroedl |
Posted - Apr 30 2013 : 07:13:41 AM I am using 10.7.1936 on VS2012 Update 1 (Win7 x64).
"Get content from default Intellisense" is turned On for me too.
|
feline |
Posted - Apr 29 2013 : 5:43:34 PM This is working correctly for me, using VS2012 with VA 1936. Do you have:
VA Options -> Advanced -> Listboxes -> Get content from default Intellisense
turned On or Off? I am testing this with this turned On. |