C++ intellisense in Dev10
-
Considering that the simple test I ran on VS10 of a simple C++ class with a one member method and one or two member variables all defined in a single .cpp file *FAILED* to bring up intellisense at all, I'd have to say the latter half of the article is total bullshit. It sounds like what they need to do is fire most of the VC++ related team and hire some people who know what they are doing.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh
Jim Crafton wrote:
It sounds like what they need to do is fire most of the VC++ related team and hire some people who know what they are doing.
That's not really fair - VC++ people are responsible for the compiler and libraries, not the IDE.
-
Eh, according to the article it doesn't sound like the stuff they're working on is in current CTPs at all...
My experience with VS betas are that the C++ lagged everything else by at least one [dev] "release", sometimes more. Unfortunately, this includes the actual release.
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
I have a feeling I will love Intellisense in VS2010...once I install a compatible version of Visual Assist[^], as with all other versions of Visual Studio!
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
Which baffles me; why doesn't Microsoft just license Visual Assist? (Rhetorical question: Microsoft would actually buy some half-baked, crappy company that claimed to do the same thing. Besides, doing the obvious is just not Microsoft's style--if someone can't write an indecipherable PhD thesis on it, they won't do it.
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
My experience with VS betas are that the C++ lagged everything else by at least one [dev] "release", sometimes more. Unfortunately, this includes the actual release.
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
I have a feeling I will love Intellisense in VS2010...once I install a compatible version of Visual Assist[^], as with all other versions of Visual Studio!
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
I'm absolutely loving the trial version, the only thing that bothers me about it is the automatic bracket closing and I can't find out how to turn off the bugger!
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
-
I'm absolutely loving the trial version, the only thing that bothers me about it is the automatic bracket closing and I can't find out how to turn off the bugger!
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
That's one of my favourite features of Visual Assist, TextMate (Mac editor) and e (Windows equivalent of TextMate) - except they'll close quotes, braces, brackets and others. That and the automatic insertion of brackets when you add a function call through completion (Visual Assist) and surrounding a selection with brackets, quotes or braces.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
I'm absolutely loving the trial version, the only thing that bothers me about it is the automatic bracket closing and I can't find out how to turn off the bugger!
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
-
That's one of my favourite features of Visual Assist, TextMate (Mac editor) and e (Windows equivalent of TextMate) - except they'll close quotes, braces, brackets and others. That and the automatic insertion of brackets when you add a function call through completion (Visual Assist) and surrounding a selection with brackets, quotes or braces.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
Maybe I should start getting used to it... The first thing I do when I setup eclipse is to turn it off.
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
-
in the VA menu in VC++: Advanced->corrections->uncheck "Insert () and closing })]'" We call VA programming crack around here... :D
Cheers!
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
-
I'm absolutely loving the trial version, the only thing that bothers me about it is the automatic bracket closing and I can't find out how to turn off the bugger!
Don't forget to vote if the response was helpful
Sig history "dad" Ishmail-Samuel Mustafa Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation
Try turning off the option: VA Options -> Advanced -> Correction -> insert () and closing } ) ] ' " easy when you know how :)
zen is the art of being at one with the two'ness
-
Considering that the simple test I ran on VS10 of a simple C++ class with a one member method and one or two member variables all defined in a single .cpp file *FAILED* to bring up intellisense at all, I'd have to say the latter half of the article is total bullshit. It sounds like what they need to do is fire most of the VC++ related team and hire some people who know what they are doing.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh
-
Mark Hall, an architect in the Visual C++ group, made this recent post about C++ intellisense in Dev10: ...if you loved C++ intellisense in VC6, you’ll love C++ intellisense in Dev10. But if you hated C++ intellisense in VC6 (header edits pegging the CPU, large projects hanging the system, results consistently wrong, tiny errors resulting in no intellisense at all, templates and namespaces unhandled), then you’ll really love C++ intellisense in Dev10! More here: http://blogs.msdn.com/vcblog/archive/2009/01/27/dev10-is-just-the-beginning.aspx[^] I found this when searching for changes in the F1-help in Dev10. Anyone know of any info on that?
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
-
I have a feeling I will love Intellisense in VS2010...once I install a compatible version of Visual Assist[^], as with all other versions of Visual Studio!
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
Yeah! Go VisualAssist! I love that tool. I particularly love their VA Outline pane - makes grokking a file *so* much quicker! (P.S. - I still don't get why people prefer 6 over 2005/2008 versions of the IDE ... I think they must have .NET/C# profiled install instead of a C++ one :^) )