Bug Report T708055
Visible to All Users

Navigation - The "Jump to Declaration" navigation goes into the view instead of the class declaration in MVC

created 6 years ago

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.

Comments (1)
DevExpress Support Team 6 years ago

    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.

    Answers approved by DevExpress Support

    created 6 years ago

    We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

    Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.