I have been using Visual Studio 2022 to edit .vue files, and everything was working fine. IntelliSense and error highlighting were functioning correctly. However, after updating to the latest version, IntelliSense no longer shows suggestions automatically unless I press Ctrl + Space, and error highlighting has stopped working as well. Could you please assist me […]
I’m currently working in VS2022 writing a set of macros using the variadic macro tricks described in Overloading Macro on Number of Arguments. Specifically, I’m trying to do 3 things with scoped types: one is to generate the scoped type itself, one is to create a string literal of the scoped type, and one is […]