Hi DevExpress,
I recently upgraded to the latest CodeRush, but the Jump to Declaration jumps to the view when the cursor is placed on normal code. See the attached sample. In the HomeController there is the following code:
C#public ActionResult Index()
{
var orders = new List<Order>();
orders.Add(null);
return View(SampleData.NavigationItemsWithIcon);
}
Now when I place the cursor on Order and press F12, CodeRush opens the View but I wanted to navigate to the Order class. Same happens when I try to jump to a property of a class.
In my Opinion it should only jump to the view if the code is return View(…) of comparable code.
Hello,
Thank you for pointing out this issue to us. I have replicated it locally. We will let you know once we make a fix.