'Visual Studio 2019 "Go to Definition" doesn't go directly to the form main class

In previous versions of Visual Studio, when i would press F12 (Go to definition) on top a winforms form class, it would send me directly to the designer or to the Form main class (not the designer class). Now, when i press F12 i see this:

enter image description here

It prompts me to select between one of the 2 partial classes, but it is obvious i don't want to go to de Designer class!

Is there a solution for this problem?

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source