aspnetcore/test
N. Taylor Mullen 61260ddf1c Add basic Razor directive completion.
- Added APIs to retrieve an `ITextBuffer` from a `Document` and to retrieve a `RazorCodeDocument` from an `ITextBuffer`.
- The `RazorCodeDocument` from `ITextBuffer` API supports both the new and old Razor parsers so we can transition seamlessly between the two.
- Added logic in the `RazorDirectiveCompletionProvider` to consume descriptions from `DirectiveDescriptor`s. This is then surfaced via tooltips.
- Retrieved currently active `RazorCodeDocument` given a Roslyn buffer and harvested all directives to display in the completion list.
- Added unit tests to validate each new services functionality.

#291
2017-09-05 10:08:31 -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 Fix: Broken intellisense for extensible directives 2017-08-29 14:47:52 -07:00
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.AspNetCore.Razor.Test.MvcShim.Version1_X
Microsoft.CodeAnalysis.Razor.Test
Microsoft.CodeAnalysis.Razor.Workspaces.Test Removed unnecessary files 2017-08-30 22:16:04 -07:00
Microsoft.VisualStudio.LanguageServices.Razor.Test Add basic Razor directive completion. 2017-09-05 10:08:31 -07:00
RazorPageGenerator.Test