Dreamescaper / IntelliSenseExtender

GNU General Public License v3.0
90 stars 17 forks source link

Fix suggestions for sync methods #34

Closed Dreamescaper closed 6 years ago

Dreamescaper commented 6 years ago
public async Task<int> SomeMethod()
{
    int i = 0;
    return 
}

i should be suggested, new Task.... should not be suggested