Thread: Class Lib Intellisense

  1. #1
    intelli
    Guest

    Class Lib Intellisense

    So, I'm making a C# Class Library and I comment it properly so the end users can see my documentation in the Intellisense.
    but it doesn't show up !

    Code:
    		
    
    		/// <summary> The Remarks </summary>		
    		/// <param name="str">tehsdf sadfj</param>
    		public static void fnc(string str){
    		
       }

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    As far as I know, the intellisense will show the normal comments. Xml style triple-slash comments will be built into a helpfile when you select the option from one of the menus ( don't have studio on this pc, sorry ).
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  3. #3
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    I hate that when I write comments, they don't show up. Simply restart VS.NET or if that doesn't work, delete the .ncb files (or the REALLY large database files in your project's directory). Then restart VS.NET.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Vector class -STL lib
    By nishkarsh in forum C++ Programming
    Replies: 4
    Last Post: 08-31-2008, 09:27 PM
  2. Creating a database
    By Shamino in forum Game Programming
    Replies: 19
    Last Post: 06-10-2007, 01:09 PM
  3. Mmk, I give up, lets try your way. (Resource Management)
    By Shamino in forum Game Programming
    Replies: 31
    Last Post: 01-18-2006, 09:54 AM
  4. VC++ IntelliSense (showing class members)
    By _Elixia_ in forum Tech Board
    Replies: 0
    Last Post: 08-02-2003, 01:14 PM