| .. |
|
Documents
|
Added a taghelpers and imports overload to Process and ProcessDesignTime
|
2018-05-22 11:40:21 -07:00 |
|
Properties
|
Update LanguageServer IVT.
|
2018-09-21 12:51:36 -07:00 |
|
AcceptedCharacters.cs
|
…
|
|
|
AttributeCompletionContext.cs
|
…
|
|
|
AttributeCompletionResult.cs
|
…
|
|
|
BackgroundParser.cs
|
Made the Visual Studio parser smarter about overlapping reparse requests.
|
2018-05-14 11:54:56 -07:00 |
|
BackgroundParserResultsReadyEventArgs.cs
|
Made the Visual Studio parser smarter about overlapping reparse requests.
|
2018-05-14 11:54:56 -07:00 |
|
BlockKind.cs
|
…
|
|
|
BraceSmartIndenter.cs
|
Renamed symbol to token everywhere
|
2018-07-06 16:29:36 -07:00 |
|
BraceSmartIndenterFactory.cs
|
…
|
|
|
BufferGraphExtensions.cs
|
…
|
|
|
ClassifiedSpan.cs
|
…
|
|
|
ContextChangeEventArgs.cs
|
…
|
|
|
ContextChangeKind.cs
|
…
|
|
|
DefaultBraceSmartIndenterFactory.cs
|
Make brace indenter smarter about making edits to non-valid content kinds.
|
2018-06-11 10:34:26 -07:00 |
|
DefaultBraceSmartIndenterFactoryFactory.cs
|
Make brace indenter smarter about making edits to non-valid content kinds.
|
2018-06-11 10:34:26 -07:00 |
|
DefaultCodeDocumentProvider.cs
|
…
|
|
|
DefaultEditorSettingsManager.cs
|
…
|
|
|
DefaultImportDocumentManager.cs
|
Reorganize file tracker
|
2018-05-08 16:27:51 -07:00 |
|
DefaultImportDocumentManagerFactory.cs
|
Reorganize file tracker
|
2018-05-08 16:27:51 -07:00 |
|
DefaultProjectPathProvider.cs
|
Add `ProjectPathProvider` abstract for document tracker creation.
|
2018-05-17 15:28:20 -07:00 |
|
DefaultProjectPathProviderFactory.cs
|
Fix mef attributes project path provider
|
2018-05-19 13:06:24 -07:00 |
|
DefaultRazorDocumentManager.cs
|
Remove ProjectService requirements for Razor text buffer initialization.
|
2018-05-03 11:13:36 -07:00 |
|
DefaultRazorEditorFactoryService.cs
|
…
|
|
|
DefaultRazorIndentationFactsService.cs
|
Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540)
|
2018-08-16 16:11:01 -07:00 |
|
DefaultRazorSyntaxFactsService.cs
|
Generate and verify baselines for ClassifiedSpans and TagHelperSpans
|
2018-07-17 10:54:42 -07:00 |
|
DefaultTagHelperCompletionService.cs
|
Fix #2298 simplify TagHelperDescriptor hash
|
2018-04-30 13:55:55 -07:00 |
|
DefaultTagHelperFactsService.cs
|
…
|
|
|
DefaultTagHelperResolver.cs
|
Add documents, engine, tag helpers to snapshot
|
2018-04-25 19:05:54 -04:00 |
|
DefaultTagHelperResolverFactory.cs
|
Add documents, engine, tag helpers to snapshot
|
2018-04-25 19:05:54 -04:00 |
|
DefaultTextBufferCodeDocumentProvider.cs
|
…
|
|
|
DefaultTextBufferProvider.cs
|
…
|
|
|
DefaultVisualStudioDocumentTracker.cs
|
Track the open/closed state of documents
|
2018-05-11 08:18:08 -07:00 |
|
DefaultVisualStudioDocumentTrackerFactory.cs
|
Add `ProjectPathProvider` abstract for document tracker creation.
|
2018-05-17 15:28:20 -07:00 |
|
DefaultVisualStudioDocumentTrackerFactoryFactory.cs
|
Add `ProjectPathProvider` abstract for document tracker creation.
|
2018-05-17 15:28:20 -07:00 |
|
DefaultVisualStudioRazorParser.cs
|
Add partial parsing of `@functions` directive body.
|
2018-06-18 17:11:40 -07:00 |
|
DefaultVisualStudioRazorParserFactory.cs
|
Add documents, engine, tag helpers to snapshot
|
2018-04-25 19:05:54 -04:00 |
|
DefaultVisualStudioRazorParserFactoryFactory.cs
|
Add documents, engine, tag helpers to snapshot
|
2018-04-25 19:05:54 -04:00 |
|
DefaultWorkspaceEditorSettings.cs
|
…
|
|
|
DefaultWorkspaceEditorSettingsFactory.cs
|
…
|
|
|
DocumentStructureChangedEventArgs.cs
|
…
|
|
|
EditorSettingsManager.cs
|
…
|
|
|
ElementCompletionContext.cs
|
…
|
|
|
ElementCompletionResult.cs
|
…
|
|
|
ImportChangedEventArgs.cs
|
Reorganize file tracker
|
2018-05-08 16:27:51 -07:00 |
|
ImportDocumentManager.cs
|
…
|
|
|
LegacyProjectEngineFactory_1_0.cs
|
…
|
|
|
LegacyProjectEngineFactory_1_1.cs
|
…
|
|
|
LegacyProjectEngineFactory_2_0.cs
|
…
|
|
|
LegacyProjectEngineFactory_2_1.cs
|
…
|
|
|
LiveShareWorkspaceProvider.cs
|
Added a LiveShareWorkspaceProvider to enable location of the remote workspace in live share scenarios.
|
2018-05-08 16:54:43 -07:00 |
|
Microsoft.VisualStudio.Editor.Razor.csproj
|
Change Razor directive completions to use new completions API.
|
2018-08-10 11:37:47 -07:00 |
|
ProjectPathProvider.cs
|
Add `ProjectPathProvider` abstract for document tracker creation.
|
2018-05-17 15:28:20 -07:00 |
|
RazorCodeDocumentProvider.cs
|
…
|
|
|
RazorDirectiveCompletionProvider.cs
|
Move RazorCompletionFactsService to CodeAnalysis.Workspaces.Razor.
|
2018-09-18 17:34:45 -07:00 |
|
RazorDirectiveCompletionSource.cs
|
Refactor completion logic into standalone service.
|
2018-08-10 14:46:13 -07:00 |
|
RazorDirectiveCompletionSourceProvider.cs
|
Refactor completion logic into standalone service.
|
2018-08-10 14:46:13 -07:00 |
|
RazorDocumentManager.cs
|
…
|
|
|
RazorEditorFactoryService.cs
|
…
|
|
|
RazorIndentationFactsService.cs
|
…
|
|
|
RazorSyntaxFactsService.cs
|
…
|
|
|
RazorSyntaxFactsServiceExtensions.cs
|
…
|
|
|
RazorSyntaxTreePartialParser.cs
|
…
|
|
|
RazorTextBufferProvider.cs
|
…
|
|
|
RazorTextViewConnectionListener.cs
|
…
|
|
|
Resources.resx
|
…
|
|
|
SpanKind.cs
|
…
|
|
|
TagHelperCompletionService.cs
|
…
|
|
|
TagHelperFactsService.cs
|
…
|
|
|
TagHelperSpan.cs
|
…
|
|
|
TextBufferCodeDocumentProvider.cs
|
…
|
|
|
TextBufferExtensions.cs
|
…
|
|
|
TextBufferProjectService.cs
|
…
|
|
|
TextContentChangedEventArgsExtensions.cs
|
…
|
|
|
TextSnapshotProjectItem.cs
|
…
|
|
|
VisualStudioCompletionBroker.cs
|
…
|
|
|
VisualStudioDocumentTracker.cs
|
Add documents, engine, tag helpers to snapshot
|
2018-04-25 19:05:54 -04:00 |
|
VisualStudioDocumentTrackerFactory.cs
|
…
|
|
|
VisualStudioRazorParser.cs
|
…
|
|
|
VisualStudioRazorParserFactory.cs
|
…
|
|
|
VisualStudioWorkspaceAccessor.cs
|
…
|
|