Results 1 to 6 of 6

Thread: [RESOLVED] Visual Studio interface improvement

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2009
    Posts
    115

    Resolved [RESOLVED] Visual Studio interface improvement

    Pardon my ignorance.

    Currently, when you have the cursor within a function within the IDE and press "F1", help opens up with the MSDN reference for that function. It would be nice in the case of custom functions, when you hit F1, it takes you to that function. Or, if the function is part of a referenced library, take you to the point in the code where the library is referenced, or display a message box, such as "Function xyz is part of the referenced ABC.DLL"

    Is this an idea? Or else is it possible to add a help function for private subroutines and functions?

    My LIMITED experience with Visual Studio is with mostly with Visual Basic 6 and Visual Basic 2008.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: Visual Studio interface improvement

    There is a Go To Definition. Not sure what the default shortcut is.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Visual Studio interface improvement

    It's part of the Right-Click menu....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: Visual Studio interface improvement

    Quote Originally Posted by techgnome View Post
    It's part of the Right-Click menu....

    -tg
    Yes but there is a keyboard shortcut. F something I believe. Can't check right now as they just upgraded my PC to Vista at work and it wiped VS.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Visual Studio interface improvement

    It is F12.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Sep 2009
    Posts
    115

    Re: [RESOLVED] Visual Studio interface improvement

    Thanks. Exactly what I needed to know.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width