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. General Programming
  3. Visual Studio
  4. Intellisense - or whatever it is

Intellisense - or whatever it is

Scheduled Pinned Locked Moved Visual Studio
visual-studiocsharphelp
6 Posts 3 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.
  • S Offline
    S Offline
    Sarvesvara BVKS Dasa
    wrote on last edited by
    #1

    I created my own 'CLASS' files. I was able to use it across my projects. But I wanted to put the so called extra comments / information in the code that will be displayed along side in the VS.NET 2003 IDE when the method is accessed. I hope I am able to explain what I want here. Please help... There is nothing new under the sun,
    But there are lots of old things we don't know.

    - Ambrose Bierce

    B 1 Reply Last reply
    0
    • S Sarvesvara BVKS Dasa

      I created my own 'CLASS' files. I was able to use it across my projects. But I wanted to put the so called extra comments / information in the code that will be displayed along side in the VS.NET 2003 IDE when the method is accessed. I hope I am able to explain what I want here. Please help... There is nothing new under the sun,
      But there are lots of old things we don't know.

      - Ambrose Bierce

      B Offline
      B Offline
      bneacetp
      wrote on last edited by
      #2

      If I understood what you are wanting correctly, you simply put the text that you want to appear upon selecting a member funtion in the intellisense listbox in comments right above or to the right of the function's protocol or declaration. For instance:

      class ClassName
      {
      .... other code
      // you can place the text here.
      void FunctionDeclaration(); // or here.
      .... other code
      };

      I hope this is what you was wanting. Happy Programming and God Bless! Internet::WWW::CodeProject::bneacetp

      S 1 Reply Last reply
      0
      • B bneacetp

        If I understood what you are wanting correctly, you simply put the text that you want to appear upon selecting a member funtion in the intellisense listbox in comments right above or to the right of the function's protocol or declaration. For instance:

        class ClassName
        {
        .... other code
        // you can place the text here.
        void FunctionDeclaration(); // or here.
        .... other code
        };

        I hope this is what you was wanting. Happy Programming and God Bless! Internet::WWW::CodeProject::bneacetp

        S Offline
        S Offline
        Sarvesvara BVKS Dasa
        wrote on last edited by
        #3

        But the comments dont appear in the intellisense... I use VS .NET 2003 with VB .NET There is nothing new under the sun,
        But there are lots of old things we don't know.

        - Ambrose Bierce

        B K 2 Replies Last reply
        0
        • S Sarvesvara BVKS Dasa

          But the comments dont appear in the intellisense... I use VS .NET 2003 with VB .NET There is nothing new under the sun,
          But there are lots of old things we don't know.

          - Ambrose Bierce

          B Offline
          B Offline
          bneacetp
          wrote on last edited by
          #4

          S P S wrote: VS .NET 2003 with VB .NET Oh, I didn't know that you were using VB.NET. I thought that you were using VC++.NET. I have tried different things, but I could not come up with the result that you wanted. I wonder if VB.NET even allows the capability. It would be strange if it didn't. Sorry that I couldn't have done more. Happy Programming and God Bless! Internet::WWW::CodeProject::bneacetp

          1 Reply Last reply
          0
          • S Sarvesvara BVKS Dasa

            But the comments dont appear in the intellisense... I use VS .NET 2003 with VB .NET There is nothing new under the sun,
            But there are lots of old things we don't know.

            - Ambrose Bierce

            K Offline
            K Offline
            Kevin McFarlane
            wrote on last edited by
            #5

            VB .NET does not support them. But there are extra tools which will do it. I think PowerToys for Visual Studio supports them. And there's this http://www.fesersoft.com/products/vbxmlcomments/default.asp[^] which is the most popular. Kevin

            S 1 Reply Last reply
            0
            • K Kevin McFarlane

              VB .NET does not support them. But there are extra tools which will do it. I think PowerToys for Visual Studio supports them. And there's this http://www.fesersoft.com/products/vbxmlcomments/default.asp[^] which is the most popular. Kevin

              S Offline
              S Offline
              Sarvesvara BVKS Dasa
              wrote on last edited by
              #6

              Thanks. Will give it a try :rose: There is nothing new under the sun,
              But there are lots of old things we don't know.

              - Ambrose Bierce

              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