aspnetcore/test/Microsoft.VisualStudio.Edit...
N. Taylor Mullen aec88e3eba Change Razor directive completions to use new completions API.
- Kept the same behavior as we previously had with Razor directive completions.
- Attempted adding additional functionalities such as lighting up Razor directive completion when completion was invoked on top of Razor directives (non-C#) but ran into issues involving the core HTML editor not consuming the new completion APIs yet. That's something we'll have to re-visit once they move to the new completion APIs.
- Added tests to validate all aspects of new completion APIs.
- Made completion provider turn on and off based off of feature flag.

#1743
#1813
2018-08-10 11:37:47 -07:00
..
Documents Added a taghelpers and imports overload to Process and ProcessDesignTime 2018-05-22 11:40:21 -07:00
Infrastructure
BraceSmartIndenterIntegrationTest.cs Make brace indenter smarter about making edits to non-valid content kinds. 2018-06-11 10:34:26 -07:00
BraceSmartIndenterTest.cs Don't smart indent code inside of Razor block constructs. 2018-06-18 20:38:01 -07:00
BraceSmartIndenterTestBase.cs
DefaultCodeDocumentProviderTest.cs
DefaultEditorSettingsManagerTest.cs
DefaultImportDocumentManagerIntegrationTest.cs
DefaultImportDocumentManagerTest.cs
DefaultProjectPathProviderTest.cs
DefaultProjectSnapshotProjectEngineFactoryTest.cs
DefaultRazorDocumentManagerTest.cs
DefaultRazorEditorFactoryServiceTest.cs
DefaultRazorIndentationFactsServiceTest.cs Changed `GetDesiredIndentation` to be resilient to our SyntaxTree which occasionally has gaps. 2018-07-30 10:45:18 -07:00
DefaultRazorSyntaxFactsServiceTest.cs
DefaultTagHelperCompletionServiceTest.cs
DefaultTagHelperFactsServiceTest.cs
DefaultTextBufferCodeDocumentProviderTest.cs
DefaultTextBufferProviderTest.cs
DefaultVisualStudioDocumentTrackerTest.cs
DefaultVisualStudioRazorParserIntegrationTest.cs Add partial parsing for parenthesis 2018-06-15 11:22:03 -07:00
DefaultVisualStudioRazorParserTest.cs
DefaultWorkspaceEditorSettingsTest.cs
Microsoft.VisualStudio.Editor.Razor.Test.csproj
RazorDirectiveCompletionProviderTest.cs Change Razor directive completions to use new completions API. 2018-08-10 11:37:47 -07:00
RazorDirectiveCompletionSourceProviderTest.cs Change Razor directive completions to use new completions API. 2018-08-10 11:37:47 -07:00
RazorDirectiveCompletionSourceTest.cs Change Razor directive completions to use new completions API. 2018-08-10 11:37:47 -07:00
RazorSyntaxFactsServiceExtensionsTest.cs
RazorSyntaxTreePartialParserTest.cs
RazorTextViewConnectionListenerTest.cs
TextContentChangedEventArgsExtensionsTest.cs
xunit.runner.json