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
I'm in the constructor for CodeGenerationContext, and I want to know where the afterThisLocation optional parameter is used. If I right click on it, and select Track Value Source I get this:
This is no more useful than just a Find All Refs on the constructor. It should know that since I asked about the source of the afterThisLocation parameter, I only want to see the calls where that parameter has been supplied as an argument in some way.
(Aside: The right hand panel of this window takes up so much space, but is completely useless. Can it be moved to the top, so its horizontal? Or have a little editor window or something? In general this feature feels like it needs love)
The text was updated successfully, but these errors were encountered:
I'm in the constructor for
CodeGenerationContext
, and I want to know where theafterThisLocation
optional parameter is used. If I right click on it, and select Track Value Source I get this:This is no more useful than just a Find All Refs on the constructor. It should know that since I asked about the source of the
afterThisLocation
parameter, I only want to see the calls where that parameter has been supplied as an argument in some way.(Aside: The right hand panel of this window takes up so much space, but is completely useless. Can it be moved to the top, so its horizontal? Or have a little editor window or something? In general this feature feels like it needs love)
The text was updated successfully, but these errors were encountered: