I'm new to Visual Assist and am enjoying it so far but came across some missing code suggestions and can't for the life of me figure out why they're missing.
"LogTemp" or any other logging category should show up but it's not.
Here's what it looks like with Visual Assist enabled:
And then here's what it looks like with Visual Assist disabled:
The screen shot with VA enabled looks like a VA suggestion listbox. Here VA is basically trying to guess what you might want to type here, and is only offering these suggestions up. In the second screen shot you are seeing a listbox of all known symbols.
Can you please try pressing CTRL-SPACE with VA enabled, and see if the short listbox is replaced with a full listbox, which contains the expected items? I want to make sure this basic feature is working correctly for you.
Thank you for the bug report, it turns out that VA was not correctly picking up the log types that you declare via DEFINE_LOG_CATEGORY. Did you notice any other symbols that were not being suggested correctly?