aspnetcore/test
N. Taylor Mullen 31c16af40b Add smart indentation for brace completion.
- Added a standalone brace smart indenter that listens to `ITextBuffer` changed events to determine when a brace completion event needs to be handled.
- Added methods to deal with getting document trackers from `ITextBuffer`s.
- Added a `BraceSmartIndenterTest` and `BraceSmartIndenterIntegrationTest` to verify all parts of the smart indenter.
- Moved private test infrastructure classes into their own files and expanded on their functionality to enable the brace completion smart indent scenarios.

#1538
2017-10-12 15:30:28 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Fix: Broken intellisense for extensible directives 2017-08-29 14:47:52 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.Test Fix: Broken intellisense for extensible directives 2017-08-29 14:47:52 -07:00
Microsoft.AspNetCore.Razor.Language.Test Link syntax tree Span nodes 2017-10-10 13:07:27 -07:00
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common Link syntax tree Span nodes 2017-10-10 13:07:27 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X
Microsoft.CodeAnalysis.Razor.Test
Microsoft.CodeAnalysis.Razor.Workspaces.Test Only handle indentation for open curly brace instead of all metacode 2017-10-03 16:28:42 -04:00
Microsoft.VisualStudio.Editor.Razor.Test Add smart indentation for brace completion. 2017-10-12 15:30:28 -07:00
Microsoft.VisualStudio.Editor.Razor.Test.Common Add smart indentation for brace completion. 2017-10-12 15:30:28 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Add smart indentation for brace completion. 2017-10-12 15:30:28 -07:00
RazorPageGenerator.Test