开发者

ASP.Net MVC Go To Declaration On view

Is there anyway when in an MVC view to right click a function call and get to the dec开发者_JAVA百科laration? Like you can do in the code behind/controllers


with resharper: control click on it.


Double-click to select, global find (button near the search box at the top), and then you usually have only couple of search results so you can easily see the function. If it's not in your code but in some lib, then I think you'll have to copy it, open Object Explorer, and search for it. With keyboard shortcuts not so bad; or you can write a VS macro to do it ;-)

But there's even easier way - copy, Alt-Tab to FireFox, and google for it ;-)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜