So this is a fairly minor issue, but VS Code has not been color coding variables sometimes, and it can make it harder to tell if I’m making mistakes, which is annoying. When I started working in unreal i turned off VS code’s red squiggles because the false errors were annoying the crap out of me, and then instantly regretted it. As it turns out they were there for a reason
, but turning them back on didn’t work smh. In short, I have been using color coding (or lack thereof) to see if I had an issue, but when it doesn’t color code correct expressions, I just have to read the whole of each expression that isn’t working properly. Is there a solution for this?

As you can see, HiddenWord, which is declared in the header and initialized with the value “cake” is just white, and while the code doesn’t generate any errors, it is doing weird things it shouldn’t do, and so it would be cool if it colored this the right way. At this point I’ve probably given you a brain aneurysm from excessive words, but whatever pls help me pls.