Following along the Bull Cow videos I’ve noticed that some things won’t have an autocomplete like PrintLine like it does in the video.
Also on my BullCowCartridge.h file I’ve noticed no color in some of my declarations, where as in the video they are color coded. This one isn’t as big a deal, but I think maybe it’s related?
What is the fix for this? I do have C/C++ syntax and C++ Intellisense extensions installed.
Here is another example. Hovering over certain words. In the video he can hover over HiddenWord and get a box saying it is an FString. When I do it I do not get that. I can however hover over “cakes” and get the box.
Again, you can see that HiddenWord is not colored.