aspnetcore/test/Microsoft.VisualStudio.Edit...
N. Taylor Mullen de23788019 Move indentation service to VS.Editor.Razor and export it.
- Removed indentation service extensions and made `GetDesiredIndentation` understand `ITextSnapshot`s and `ITextLineSnapshot`.
- Updated our test `StringTextSnapshot` implementation to have the required features our indentation tests require.
- Updated indentation service tests to use new API.

#1762
2017-11-14 15:42:40 -08:00
..
Infrastructure
BraceSmartIndenterIntegrationTest.cs
BraceSmartIndenterTest.cs
BraceSmartIndenterTestBase.cs
DefaultCodeDocumentProviderTest.cs
DefaultRazorIndentationFactsServiceTest.cs Move indentation service to VS.Editor.Razor and export it. 2017-11-14 15:42:40 -08:00
DefaultTemplateEngineFactoryServiceTest.cs
DefaultTextBufferCodeDocumentProviderTest.cs
DefaultTextBufferProviderTest.cs
DefaultVisualStudioRazorParserIntegrationTest.cs Dispatch DocumentStructureChanged event on foreground thread. 2017-11-06 14:49:18 -08:00
DefaultVisualStudioRazorParserTest.cs Make Foreground dispatchable methods noop if parser is disposed. 2017-11-06 16:18:43 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.csproj Pin tool and package versions to make builds more repeatable 2017-11-01 18:12:08 -07:00
RazorDirectiveCompletionProviderTest.cs
RazorSyntaxTreePartialParserTest.cs
TextContentChangedEventArgsExtensionsTest.cs