Hi there,
I recently updated VS 22 to the latest version and I’m using the built in UE formatting support because I didnt want VS to automatically indent stuff
Now I’m having a weird issue where I cant add a semicolon after a variable declaration if its a UPROPERTY. This is how it should look like:
But if you write UPROPERTY before declaring the variable you are not able to add a semicolon, in this case, right after SpringArm in line 31:
What happens instead is that it deletes the last letter I wrote (here the letter “m”) instead of putting a semicolon.
This only happens if there is something like UPROPERTY before it. If I write code normally, everything works fine.
Thanks in advance.