Code completion in MSVC

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
trunks14
Posts: 45
Joined: Fri Dec 17, 2004 7:30 am
Location: America

Code completion in MSVC

Post by trunks14 »

Well i want the code completion for irrlicht, you know when you write a function and the possible parameters show up.
How do you do that in MSVC++ 6.0 ?
Not yet.
zulis
Posts: 3
Joined: Thu Jun 08, 2006 7:48 am

Post by zulis »

I use Visual Assist X http://www.wholetomato.com/
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

I haven't used VC6 in a long time, I can't remember if it has code completion built in or not. If it does, all you should have to do is add the irrlicht project to your solution.

You should not need Visual Assist. From my experience with VA, it is a huge memory hog on top of all that visual studio uses.
Baal Cadar
Posts: 377
Joined: Fri Oct 28, 2005 10:28 am
Contact:

Post by Baal Cadar »

A memory hog that's worth the mem, then. ;) VA is much, much better than IntelliSense ever was. It makes work with MSVC much more efficient. It is faster than intellisense and doesn't err or fail as much as IS does and provides more features and better highlighting and code navigation and and and..
If it wasn't this damn expensive.. :(
No offense :)
trunks14
Posts: 45
Joined: Fri Dec 17, 2004 7:30 am
Location: America

Post by trunks14 »

so, there is no built in code ompletion in MSVC? you gotta use some kind of plugin or something like that?
If it's true, then maybe i'll gotta have the API opened U_U
Not yet.
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

I'm pretty sure that Intellisense was a VC6 feature. Intellisense includes code completion. I know that it is a feature of VC7 and it is working fine for me with Irrlicht.

Travis
Post Reply