All calling methods

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Bailo

    #1

    All calling methods


    It's easy to find a method in VSS.NET with the drop down.

    However, is there an easy way to find all places in the code where a
    method is called?

    Ordinarily I just use text search....

    --
    Texeme Construct
    Discover, share and connect with culture, creativity, sound, images and people.


  • Michael Nemtsev

    #2
    Re: All calling methods

    Hello John,

    Try to use ReSharper (www.jetbrains.com)
    This IDE extension has some advanced "Search usage" features, not 100% sure
    about all files but it highlights usage in the open file

    JBIt's easy to find a method in VSS.NET with the drop down.
    JB>
    JBHowever, is there an easy way to find all places in the code where a
    JBmethod is called?
    JB>
    JBOrdinarily I just use text search....
    JB>
    ---
    WBR,
    Michael Nemtsev :: blog: http://spaces.msn.com/laflour

    "At times one remains faithful to a cause only because its opponents do not
    cease to be insipid." (c) Friedrich Nietzsche


    Comment

    • Vadym Stetsyak

      #3
      Re: All calling methods

      Hello, John!
      You wrote on Tue, 15 Aug 2006 09:07:08 -0700:

      JBHowever, is there an easy way to find all places in the code where a
      JBmethod is called?

      JBOrdinarily I just use text search....

      Also you can right-click on the method name in the code and select "Find All
      References".

      --
      Regards, Vadym Stetsyak.
      Blog: http://vadmyst.blogspot.com


      Comment

      Working...