Questions tagged [code-navigation]

47 questions
-3
votes
1 answer

Is their any way to list functions names that are written .cs file in visual studio 2013

I want to know that is their any way to list all the functions names that are written in my c# .cs code in visual studio 2013. I know that if I know function names than by using peek definition or using f12, I can jump to that function definition,…
theburningfire
  • 481
  • 1
  • 4
  • 20
-3
votes
1 answer

How to Go To Implementation in PowerShell ISE

When PowerShell scripts are in several files, it is difficult to understand in which file you want to search for the implementation of a particular function. How can I quickly go to the implementation of a specific function for editing? If in…
vovkas
  • 1,091
  • 10
  • 21
1 2 3
4