-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
See below to learn about DevCommands:
https://geeksltd.github.io/Olive/#/Tips/DevCommands
The task is to create a class named ViewSourceDevCommand. When called, it should take the url of the current page and reverse engineer it to find the controller action that responds to that, and open the controller class in Visual Studio.
To implement it, we will probably need to provide a TCP gateway in Visual Studio which we can achieve through M# VS Extensions.
Reactions are currently unavailable