Dreamescaper / IntelliSenseExtender

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

Add support for Null-Conditional Operator #55

Closed daberni closed 5 years ago

daberni commented 5 years ago

Add support for imports when using Null-Conditional operator and expecting unimported extension methods.

IEnumerable<string> collection = null;

collection?.|

collection?.Sel|
Dreamescaper commented 5 years ago

Sorry for delay. Good catch! Thanks a lot for contibution!