@@ -3,6 +3,7 @@ TestAmbientShorthandGotoDefinition
33TestArgumentsAreAvailableAfterEditsAtEndOfFunction
44TestAugmentedTypesClass1
55TestAugmentedTypesClass3Fourslash
6+ TestAutoFormattingOnPasting
67TestAutoImportCompletionAmbientMergedModule1
78TestAutoImportCompletionExportListAugmentation1
89TestAutoImportCompletionExportListAugmentation2
@@ -32,7 +33,10 @@ TestAutoImportProvider_pnpm
3233TestAutoImportProvider_wildcardExports1
3334TestAutoImportProvider_wildcardExports2
3435TestAutoImportProvider_wildcardExports3
36+ TestAutoImportProvider1
3537TestAutoImportProvider4
38+ TestAutoImportProvider7
39+ TestAutoImportProvider8
3640TestAutoImportSortCaseSensitivity1
3741TestAutoImportSymlinkCaseSensitive
3842TestAutoImportTypeImport1
@@ -241,10 +245,87 @@ TestExportDefaultClass
241245TestExportDefaultFunction
242246TestFindReferencesBindingPatternInJsdocNoCrash1
243247TestFindReferencesBindingPatternInJsdocNoCrash2
248+ TestForceIndentAfterNewLineInsert
249+ TestFormat01
250+ TestFormatAfterObjectLiteral
251+ TestFormatArrayLiteralExpression
252+ TestFormatAsyncClassMethod1
253+ TestFormatAsyncClassMethod2
254+ TestFormatColonAndQMark
255+ TestFormatComments
256+ TestFormatConflictDiff3Marker1
257+ TestFormatConflictMarker1
258+ TestFormatDebuggerStatement
259+ TestFormatDocumentPreserveTrailingWhitespace
260+ TestFormatDocumentWithJSDoc
261+ TestFormatDocumentWithTrivia
262+ TestFormatDotAfterNumber
263+ TestFormatEmptyParamList
264+ TestFormatIfTryCatchBlocks
265+ TestFormatIfWithEmptyCondition
266+ TestFormatImplicitModule
267+ TestFormatMultipleFunctionArguments
268+ TestFormatNoSpaceAfterTemplateHeadAndMiddle
269+ TestFormatObjectBindingPattern
270+ TestFormatOnSemiColonAfterBreak
271+ TestFormatRemoveNewLineAfterOpenBrace
272+ TestFormatSpaceAfterImplementsExtends
273+ TestFormatSpaceAfterTemplateHeadAndMiddle
274+ TestFormatSpaceBetweenFunctionAndArrayIndex
275+ TestFormattingAfterMultiLineIfCondition
276+ TestFormattingAwait
277+ TestFormattingChainingMethods
278+ TestFormattingDecorators
279+ TestFormattingDoubleLessThan
280+ TestFormattingForIn
281+ TestFormattingForLoopSemicolons
282+ TestFormattingForOfKeyword
283+ TestFormattingGlobalAugmentation2
284+ TestFormattingInExpressionsInTsx
285+ TestFormattingJsxTexts2
286+ TestFormattingJsxTexts3
287+ TestFormattingJsxTexts4
288+ TestFormattingMappedType
289+ TestFormattingMultilineCommentsWithTabs1
290+ TestFormattingNestedScopes
291+ TestFormattingNonNullAssertionOperator
292+ TestFormattingObjectLiteral
293+ TestFormattingObjectLiteralOpenCurlyNewline
294+ TestFormattingObjectLiteralOpenCurlyNewlineAssignment
295+ TestFormattingObjectLiteralOpenCurlyNewlineTyping
296+ TestFormattingObjectLiteralOpenCurlySingleLine
297+ TestFormattingOfExportDefault
298+ TestFormattingOnClasses
299+ TestFormattingOnClosingBracket
300+ TestFormattingOnDocumentReadyFunction
301+ TestFormattingOnDoWhileNoSemicolon
302+ TestFormattingOnEmptyInterfaceLiteral
303+ TestFormattingOnInvalidCodes
304+ TestFormattingOnModuleIndentation
305+ TestFormattingOnNestedDoWhileByEnter
306+ TestFormattingOnObjectLiteral
307+ TestFormattingOnSingleLineBlocks
308+ TestFormattingOnStatementsWithNoSemicolon
309+ TestFormattingOnTabAfterCloseCurly
310+ TestFormattingOnVariety
311+ TestFormattingReplaceTabsWithSpaces
312+ TestFormattingSpaceAfterCommaBeforeOpenParen
313+ TestFormattingSpaceBeforeFunctionParen
314+ TestFormattingSpaceBetweenParent
315+ TestFormattingSpacesAfterConstructor
316+ TestFormattingTemplates
317+ TestFormattingVoid
318+ TestFormatTryFinally
319+ TestFormatTsxClosingAfterJsxText
320+ TestFormatVariableDeclarationList
321+ TestFormatWithStatement
322+ TestFunctionIndentation
323+ TestFunctionTypePredicateFormatting
244324TestGenericCombinators3
245325TestGenericCombinatorWithConstraints1
246326TestGenericFunctionWithGenericParams1
247327TestGenericInterfacesWithConstraints1
328+ TestGenericsFormattingMultiline
248329TestGenericTypeWithMultipleBases1MultiFile
249330TestGetJavaScriptCompletions10
250331TestGetJavaScriptCompletions12
@@ -285,6 +366,8 @@ TestImportCompletionsPackageJsonImportsPattern_ts_ts
285366TestImportCompletionsPackageJsonImportsPattern2
286367TestImportFixesGlobalTypingsCache
287368TestImportNameCodeFix_avoidRelativeNodeModules
369+ TestImportNameCodeFix_externalNonRelateive2
370+ TestImportNameCodeFix_externalNonRelative1
288371TestImportNameCodeFix_fileWithNoTrailingNewline
289372TestImportNameCodeFix_HeaderComment1
290373TestImportNameCodeFix_HeaderComment2
@@ -329,6 +412,7 @@ TestImportTypeCompletions6
329412TestImportTypeCompletions7
330413TestImportTypeCompletions8
331414TestImportTypeCompletions9
415+ TestIndentationInJsx3
332416TestIndexerReturnTypes1
333417TestIndirectClassInstantiation
334418TestInstanceTypesForGenericType1
@@ -378,11 +462,13 @@ TestMemberListOfExportedClass
378462TestMemberListOnContextualThis
379463TestModuleNodeNextAutoImport2
380464TestModuleNodeNextAutoImport3
465+ TestMultilineCommentBeforeOpenBrace
381466TestNgProxy1
382467TestNodeModulesImportCompletions1
383468TestNoQuickInfoForLabel
384469TestNoQuickInfoInWhitespace
385470TestNumericPropertyNames
471+ TestOptionalPropertyFormatting
386472TestOverloadQuickInfo
387473TestParameterWithDestructuring
388474TestParameterWithNestedDestructuring
@@ -550,11 +636,14 @@ TestRenameFromNodeModulesDep4
550636TestRenamePrivateFields
551637TestReverseMappedTypeQuickInfo
552638TestSelfReferencedExternalModule
639+ TestSemicolonFormattingNestedStatements
640+ TestSpaceAfterReturn
553641TestStringCompletionsImportOrExportSpecifier
554642TestStringCompletionsVsEscaping
555643TestSymbolCompletionLowerPriority
556644TestSyntheticImportFromBabelGeneratedFile1
557645TestSyntheticImportFromBabelGeneratedFile2
646+ TestTabbingAfterNewlineInsertedBeforeWhile
558647TestThisBindingInLambda
559648TestThisPredicateFunctionQuickInfo01
560649TestThisPredicateFunctionQuickInfo02
@@ -571,3 +660,7 @@ TestTsxQuickInfo5
571660TestTsxQuickInfo6
572661TestTsxQuickInfo7
573662TestTypeOperatorNodeBuilding
663+ TestUnclosedStringLiteralAutoformating
664+ TestWhiteSpaceTrimming
665+ TestWhiteSpaceTrimming2
666+ TestWhiteSpaceTrimming4
0 commit comments