user997112
user997112

Reputation: 30625

Visual Studio 2013 C++ intellisense for single cpp file?

I am using Visual Studio for a basic GUI/syntax highlighting and opened/dragged a single .cpp file in to the GUI. Whilst syntax like return, new, int, double etc is highlighting, there is no intellisense (not even for namespace std).

Is there any way the intellisense for namespace std can be activated?

Upvotes: 0

Views: 150

Answers (1)

user90843
user90843

Reputation:

this is a feature that's been added to Visual Studio 2015, more information here http://blogs.msdn.com/b/vcblog/archive/2015/04/29/single-file-intellisense-and-other-ide-improvements-in-vs2015.aspx

Upvotes: 1

Related Questions