File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3007,6 +3007,12 @@ namespace ts.server.protocol {
3007
3007
* For those entries, The `insertText` and `replacementSpan` properties will be set to change from `.x` property access to `["x"]`.
3008
3008
*/
3009
3009
readonly includeCompletionsWithInsertText ?: boolean ;
3010
+ /**
3011
+ * Unless this option is disabled, or `includeCompletionsWithInsertText` is not enabled,
3012
+ * member completion lists triggered with `.` will include entries on potentially-null and potentially-undefined
3013
+ * values, with insertion text to replace preceding `.` tokens with `?.`.
3014
+ */
3015
+ readonly includeAutomaticOptionalChainCompletions ?: boolean ;
3010
3016
readonly importModuleSpecifierPreference ?: "relative" | "non-relative" ;
3011
3017
readonly allowTextChangesInNewFiles ?: boolean ;
3012
3018
readonly lazyConfiguredProjectsFromExternalProject ?: boolean ;
You can’t perform that action at this time.
0 commit comments