• A
    Implement async and void keyword completion for local functions (#15211) · 7248e2cf
    Andy Gocke 提交于
    This PR implements completion for the simple cases of async and void in
    a local function context. What it misses cases where parsing incorrectly
    considers bare modifiers to be local variable declaration statements
    rather than local function declaration statements. This is tracked by
    bug #14525.
    
    Fixes #8616
    Fixes #8617
    7248e2cf
VoidKeywordRecommenderTests.cs 21.8 KB