Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. C++ intellisense in Dev10

C++ intellisense in Dev10

Scheduled Pinned Locked Moved The Lounge
c++questionhtmlvisual-studiowpf
25 Posts 15 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Joe Woodbury

    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

    S Offline
    S Offline
    Shog9 0
    wrote on last edited by
    #16

    Joe Woodbury wrote:

    Unfortunately, this includes the actual release.

    :sigh: Yeah...

    1 Reply Last reply
    0
    • S Stuart Dootson

      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

      M Offline
      M Offline
      Mustafa Ismail Mustafa
      wrote on last edited by
      #17

      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

      S V F 3 Replies Last reply
      0
      • M Mustafa Ismail Mustafa

        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

        S Offline
        S Offline
        Stuart Dootson
        wrote on last edited by
        #18

        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

        M 1 Reply Last reply
        0
        • M Mustafa Ismail Mustafa

          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

          V Offline
          V Offline
          virtue3
          wrote on last edited by
          #19

          in the VA menu in VC++: Advanced->corrections->uncheck "Insert () and closing })]'" We call VA programming crack around here... :D

          M 1 Reply Last reply
          0
          • S Stuart Dootson

            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

            M Offline
            M Offline
            Mustafa Ismail Mustafa
            wrote on last edited by
            #20

            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

            1 Reply Last reply
            0
            • V virtue3

              in the VA menu in VC++: Advanced->corrections->uncheck "Insert () and closing })]'" We call VA programming crack around here... :D

              M Offline
              M Offline
              Mustafa Ismail Mustafa
              wrote on last edited by
              #21

              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

              1 Reply Last reply
              0
              • M Mustafa Ismail Mustafa

                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

                F Offline
                F Offline
                feline_dracoform
                wrote on last edited by
                #22

                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

                1 Reply Last reply
                0
                • J Jim Crafton

                  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

                  K Offline
                  K Offline
                  K v S
                  wrote on last edited by
                  #23

                  Thank God we have C# ;)

                  1 Reply Last reply
                  0
                  • H Hans Dietrich

                    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]

                    E Offline
                    E Offline
                    etkid84
                    wrote on last edited by
                    #24

                    Sense4Unintell who really needs that sort of thing anyway?

                    David

                    1 Reply Last reply
                    0
                    • S Stuart Dootson

                      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

                      J Offline
                      J Offline
                      jonty2
                      wrote on last edited by
                      #25

                      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 :^) )

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups