Go-to-definition on await
/yield
should probably jump to the containing respective async function/generator
#51223
Labels
Domain: Symbol Navigation
Relates to go-to-definition, find-all-references, highlighting/occurrences.
Experience Enhancement
Noncontroversial enhancements
Good First Issue
Well scoped, documented and has the green light
Help Wanted
You can do this
Milestone
Similar to #51222.
We should probably do nothing in cases like top-level
await
, or whereawait
does not have a direct correspondingasync
function, andyield
does not have a direct corresponding generator.The text was updated successfully, but these errors were encountered: