简体   繁体   中英

Visual Studio 2015 Navigation MVC

I was wondering if anyone knew of a good way to help me navigate a MVC ASP.Net solution.

Here is the set up: I have a MVC ASP.Net Web Project that calls and references a WCF service.

Is there a easy way to link the javascript ajax calls that call the controller actions, and then from the controller to the WCF service.

VS is great about the goto definition but that breaks down with both javascript and WCF.

Is there a way to add a comment that you can click on that will take you a method in a certain class?

I always use the CTRL + ,(comma) shortcut when I have my cursor on the name of the c# method I want to browse to as a shortcut. This brings up the Navigate To UI element, and shows you methods, fields, properties, and files that match the item under the cursor, or highlighted text.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM