You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use "Go To Definition" on a symbol, and Intellisense finds multiple possible matches,
it goes to the definition of the first one -- but also opens up a "Peek Definition" view of the very same definition, along with a list of the other possible matches. (I assume this is by design.)
Most of the time I'm lucky and the first result is the right one, and my reward is an unnecessary "Peek Definition" view I have to close with another F12 press.
Would it be possible to let us configure whether this should open by default or not?
The text was updated successfully, but these errors were encountered:
I think you'll need to ask the VS Code team if they would consider adding a setting for this. Our extension doesn't have any way to control it (besides maybe discarding all but the first search result which would result in a different level of frustration 😄)
When I use "Go To Definition" on a symbol, and Intellisense finds multiple possible matches,
it goes to the definition of the first one -- but also opens up a "Peek Definition" view of the very same definition, along with a list of the other possible matches. (I assume this is by design.)
Most of the time I'm lucky and the first result is the right one, and my reward is an unnecessary "Peek Definition" view I have to close with another F12 press.
Would it be possible to let us configure whether this should open by default or not?
The text was updated successfully, but these errors were encountered: