In the latest version of CodeRush for Roslyn, the 'Tab to Next Reference' (hotkey Tab) is not finding any instances in .designer.cs files.
It may be something I have inadvertently turned off, in which case can you tell me is there is such a setting?
Thanks,
Martin.
Martin,
Can you please clarify what version you are using - CRR 17.1.5 or one of public fixes (build with revision)? Isn't 'Tab to Next Reference' working in specific projects or in all cases even in simple ones as shown in the following video?
https://www.screencast.com/t/72VcYWMqY
The version I'm using is v17.1.5.17181.
I have attached a sample project where you can see the problem.
The Tab-To-Next works sometimes… a programmers worst nightmare.
In the attached project, if you put the caret on the button1_Click event handler in Form1.cs and press Tab, nothing happens. Now open the Form1.Designer.cs and put the caret on the 'button1_Click' in the line containing:
this.button1.Click += new System.EventHandler(this.button1_Click);
Press Tab and you will see it navigates to the implanter in Form1.cs, and continuing to press Tab cycles through all instances correctly.
The only problem is when you start navigation in the Form1.cs file. It seems to ignore the corresponding .Designer.cs file.
I hope this helps,
Martin.
Martin,
Thank you for the attached project and detailed description of the issue, I was able to reproduce it on my side.
Please give us some time to correct it.