Dreamescaper / IntelliSenseExtender

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

do not suggest new completions for out parameters #46

Closed Dreamescaper closed 5 years ago

Dreamescaper commented 5 years ago

Dictionary<string, CancellationTokenSource> testDic= ...;

testDic.TryGetValue(someKey, $$

'new CancellationTokenSource()' should not be suggested