Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual C++ 2010 code completion

I've been using c# for a while and I've noticed it had code prediction for your code and "resolves" for using's to functions. I'm working with visual c++ now and I noticed it has no code prediction and it doesn't have any "resolve" to any missing include.

Is this a setting you have to enable in visual c++? Or do you have to know what include you need for the included functions?

I'm just curious I've learned C and IDE's for C don't have code prediction. I'm now learning c++ and I was curious to see if visual c++ had code prediction or smart include resolutions.

Thanks Stack, my favorite site!

like image 912
Kyle Avatar asked Aug 27 '26 22:08

Kyle


1 Answers

You don't get all the Intellisense features in VC++ that you get in C# or other managed languages.

I would recommend getting Visual Assist from Whole Tomato as this considerably improves the IDE. You can check out a free eval copy I think.

like image 60
Ade Miller Avatar answered Aug 30 '26 12:08

Ade Miller



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!