3
votes
Do you have any recommended macros for Microsoft Visual Studio?
This is my macro to close the solution, delete the intellisense file, and reopen the solution. Essential if you're working in native C++.
Sub UpdateIntellisense()
Dim solution A …
