Taming MSVC’s Intellisense

Microsoft Visual C++ 2005 (i.e. v8) is a decent compiler, with a decent IDE. But there’s one “feature” that I dislike passionately: Intellisense. The idea behind it is a good one: that the IDE scans your source code every so often and figures out how certain things will be compiled so that it can tell …

Continue reading ‘Taming MSVC’s Intellisense’ »