• Home
  • Raw
  • Download

Lines Matching defs:value

114     void SetQuotePreference(QuotePreference value)  in SetQuotePreference()
119 void SetIncludePackageJsonAutoImports(IncludePackageJsonAutoImports value) in SetIncludePackageJsonAutoImports()
124 void SetIncludeInlayParameterNameHints(IncludeInlayParameterNameHints value) in SetIncludeInlayParameterNameHints()
129 void SetImportModuleSpecifierPreference(ImportModuleSpecifierPreference value) in SetImportModuleSpecifierPreference()
134 void SetImportModuleSpecifierEnding(ImportModuleSpecifierEnding value) in SetImportModuleSpecifierEnding()
145 void SetDisableSuggestions(bool value) in SetDisableSuggestions()
150 void SetIncludeCompletionsForModuleExports(bool value) in SetIncludeCompletionsForModuleExports()
155 void SetIncludeCompletionsForImportStatements(bool value) in SetIncludeCompletionsForImportStatements()
160 void SetIncludeCompletionsWithSnippetText(bool value) in SetIncludeCompletionsWithSnippetText()
165 void SetIncludeCompletionsChainCompletions(bool value) in SetIncludeCompletionsChainCompletions()
170 void SetIncludeCompletionsWithInsertText(bool value) in SetIncludeCompletionsWithInsertText()
175 void SetIncludeCompletionsClassMemberSnippets(bool value) in SetIncludeCompletionsClassMemberSnippets()
180 void SetIncludeCompletionsWithObjectLiteralMethodSnippets(bool value) in SetIncludeCompletionsWithObjectLiteralMethodSnippets()
185 void SetUseLabelDetailsIncompletionsEntries(bool value) in SetUseLabelDetailsIncompletionsEntries()
190 void SetAllowIncompleteCompletions(bool value) in SetAllowIncompleteCompletions()
195 void SetAllowTextChangesInNewFiles(bool value) in SetAllowTextChangesInNewFiles()
200 void SetProvidePrefixAndSuffixTextForRename(bool value) in SetProvidePrefixAndSuffixTextForRename()
205 void SetProvideRefactorNotApplicableReason(bool value) in SetProvideRefactorNotApplicableReason()
210 void SetIncludeInlayParameterNameHintsWhenArgumentMatchesName(bool value) in SetIncludeInlayParameterNameHintsWhenArgumentMatchesName()
215 void SetIncludeInlayFunctionParameterTypeHints(bool value) in SetIncludeInlayFunctionParameterTypeHints()
220 void SetIncludeInlayVariableTypeHints(bool value) in SetIncludeInlayVariableTypeHints()
225 void SetIncludeInlayVariableTypeHintsWhenTypeMatchesName(bool value) in SetIncludeInlayVariableTypeHintsWhenTypeMatchesName()
230 void SetIncludeInlayPropertyDeclarationTypeHints(bool value) in SetIncludeInlayPropertyDeclarationTypeHints()
235 void SetIncludeInlayFunctionLikeReturnTypeHints(bool value) in SetIncludeInlayFunctionLikeReturnTypeHints()
240 void SetIncludeInlayEnumMemberValueHints(bool value) in SetIncludeInlayEnumMemberValueHints()
245 void SetAllowRenameOfImportPath(bool value) in SetAllowRenameOfImportPath()