Intellisense in visual studio 2008 c++
Posted: Fri Jul 31, 2009 1:56 am
Hey guys I have a question about the intellisense in visual studio 2008 c++.
Here's a screenshot of how it looks,
It looks normal like it is supposed to, but when I learned java they had javadocs which made it so you could write documentation for a method such as (I'm approximating my memory)
It's been a long while since I've used java or javadoc, but anyone who has will know what I am talking about. The Author: Benjamin and subsequent following lines would show up in the intellisense, giving you on the spot method descriptions, etc... It would show whatever you wrote in the /** ... */ in the intellisense.
Does visual studio 2008 c++ have this functionality? I realize in my screen shot that I'm highlighting an opengl function, and its probably not available, and the best way is to just google the functions. I'm just curious if this is possible for my own written functions.
Here's a screenshot of how it looks,
It looks normal like it is supposed to, but when I learned java they had javadocs which made it so you could write documentation for a method such as (I'm approximating my memory)
Code: Select all
/**
** Author: Benjamin
** Description: This method does blah blah blah...
*/
Does visual studio 2008 c++ have this functionality? I realize in my screen shot that I'm highlighting an opengl function, and its probably not available, and the best way is to just google the functions. I'm just curious if this is possible for my own written functions.