visual studio doesn't show all tips in UE4 created class

I was stuck on the C++ demo of tank vs zombies and when I create the code line “class UArrowComponent* TankDirection”, visual studio didn’t show any tips about this Uclass or Ustruct, I wondered if there is way to make VS can give the right tips at any time?

The built in intellisense doesnt seem to be so great in VS for UE4. Try visual assist x, you can download a free trial. Its got a nice keyboard shortcut (alt+g) that takes you to the definition of the class/function. Seems to show more info about classes and functions in the pop ups aswell.

in fact im not sure how anyone does without it :slight_smile: