Results 1 to 5 of 5

Thread: Using intellisense tool in Visual Studio ?

  1. #1
    Join Date
    Nov 2009
    Posts
    446

    Using intellisense tool in Visual Studio ?

    I am learning Microsoft's Visual Studio in order to code and program C# and Visual Basic , I have a good programming touch as far as writing a code is concerned , but I am not quite aware of using any tool for programming, I have heard that Visual Studio provides so many features to make the coding and achieve the task in much more simpler task and it has a Intellisense tool that will help the programmer to reduce his efforts and provide effective methods of programming , has any one got any kind of knowledge regarding this then please let me know. I too want to use those features , so please give me proper guidance.

  2. #2
    Join Date
    May 2009
    Posts
    529

    Re: Using intellisense tool in Visual Studio ?

    IntelliSense is Microsoft's deployment of autocompletion, best recognized for its utilization in the Microsoft Visual Studio incorporated development platform . In addition to finishing the symbol names the developer is typing, IntelliSense hands out as records and disambiguation for identifier’s names, methods and utilities by making use of reflection. One example of this is using the dot symbol after each object there you will be able to see all the methods and properties related to it .

  3. #3
    Join Date
    Apr 2009
    Posts
    569

    Re: Using intellisense tool in Visual Studio ?

    Alike to other autocompletion systems, IntelliSense is a suitable method to access explanations of functions, chiefly their parameter lists. It boosts up software development by reducing the sum of name memorization required and keyboard input necessary. It also permits for less reference to outside documentation as interactive records on numerous symbols ( that is . variables and method) in the lively scope looks dynamically in the type of tooltips while coding .

  4. #4
    Join Date
    May 2009
    Posts
    543

    Re: Using intellisense tool in Visual Studio ?

    IntelliSense functions by accessing an automatically created in-memory database of classes, identifier’s names and other constructs described in or positioned by the application being edited. The "classic" implementation of IntelliSense functions by checking marker characters like periods, or other separator characters that relies on the language used. As the user enters one of the given marker characters right away after the name of an entity containing one or more available members (like contained variables or methods), IntelliSense begins suggesting matches with a pop-up window.

  5. #5
    Join Date
    May 2009
    Posts
    539

    Re: Using intellisense tool in Visual Studio ?

    The developer can either take the proposal by entering a statement conclusion character or language- definite marker such as the semicolon for C++) or continue typing the name. Eventually IntelliSense will decide precisely which variable or method the user wishes, given sufficient information. The characteristic also permits the user to choose from a number of overloaded methods in the circumstances of languages that sustain object oriented programming. IntelliSense can also show a short explanation of a function in the pop-up window (this characteristic relies on the sum of documentation enclosed in the source code of the method).

Similar Threads

  1. Replies: 2
    Last Post: 16-02-2011, 02:49 PM
  2. Compare Visual Studio 2010 and Visual Web Developer Express
    By Zacharia in forum Software Development
    Replies: 5
    Last Post: 28-01-2010, 04:27 AM
  3. Visual studio web.net
    By Daren in forum Software Development
    Replies: 0
    Last Post: 10-08-2009, 05:17 AM
  4. Difference between Visual studio 2005 and Visual studio 2008
    By RohanS in forum Software Development
    Replies: 3
    Last Post: 12-06-2009, 10:48 AM
  5. difference between Visual Studio 6 & studio 2003
    By yeshwant in forum Software Development
    Replies: 1
    Last Post: 10-04-2009, 10:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,237,483.02664 seconds with 17 queries