Jump to content

IntelliSense or function parameter tooltips or whatever for C++..?


Recommended Posts

Posted (edited)

Sorry if this might be out of place entirely.

getting-startedb4.PNG

Like this. Why does it exist for C# in Visual Studio 2013 but not for C/C++?

In Visual Studio 2013 I see something like this for functions and stuff.

973201ac2c.png

Which I cant even find here in MSDN: http://msdn.microsoft.com/query/dev12.query?appId=Dev12IDEF1&l=EN-US&k=k(printf);k(DevLang-C%2B%2B);k(TargetOS-Windows)&rd=true

I am just a beginner, but this tooltip does seem rather useless..? Or can I set up to see something like in SciTE?

Also, I wonder if it can show a list of my variables like in SciTE when I write their name.

Edited by 2Radon
Posted

Have you tried searching the extensions for VS? I only code in C# in VS2013.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Visual Studio cripled Intellisense for VC++ several versions ago (at least 2010, maybe earlier) because VC++ is so disasterously complex that the Intellisense tables are resource hogs. Unfortunately Microsoft doesn't look to be restoring the feature completely.

Posted
  On 6/22/2014 at 2:32 PM, Richard Robertson said:

Visual Studio cripled Intellisense for VC++ several versions ago (at least 2010, maybe earlier) because VC++ is so disasterously complex that the Intellisense tables are resource hogs. Unfortunately Microsoft doesn't look to be restoring the feature completely.

 

Does that mean there are actually better IDEs than VS for C/C++ because of that? Or the other features still make it superior?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...