includeAutomaticOptionalChainCompletions
Unless this option is false
, or includeCompletionsWithInsertText
is not enabled, member completion lists triggered with .
will include entries on potentially-null and potentially-undefined values, with insertion text to replace preceding .
tokens with ?.
.