When inserting some code into an existing expression, I find it common to get an annoying completion when trying to type null.
For example, if you want to make a declaration into a conditional (from var x = z; to var x = something is null ? y : z;), null is not offered.

Tagging @Neme12 who is fixing some other completion issues with patterns.
When inserting some code into an existing expression, I find it common to get an annoying completion when trying to type
null.For example, if you want to make a declaration into a conditional (from
var x = z;tovar x = something is null ? y : z;),nullis not offered.Tagging @Neme12 who is fixing some other completion issues with patterns.