Aspnetcore: Add C# hover support to VS

Created on 25 Mar 2020  路  5Comments  路  Source: dotnet/aspnetcore

Similar to VSCode when you hover over a C# element we should be getting proper descriptions for these situations

Done area-mvc enhancement

All 5 comments

Added in support for multiple hover handlers in VS.

Now blocked on dotnet/roslyn accepting the textDocument/hover request: https://github.com/dotnet/roslyn/issues/43274 (Thanks @ajaybhargavb!)

Updated to medium to account for the background work required to investigate and add in VS hover support + dotnet/roslyn acceptance of the textDocument/hover request.

Moved HTML Hover support to https://github.com/dotnet/aspnetcore/issues/20963 so https://github.com/dotnet/aspnetcore-tooling/pull/1800 can be merged in and this can be closed.

We're waiting on the HTML LSP to support the hover request.

@TanayParikh can you work with the WTE folks to see if they're planning to add hover support in our timeframe? If so if you could have them or you yourself create an HTML hover support issue in VSTS and attach it to the user story here.

Want to make sure we communicate what we're delivering in the VSTS channels and if that doesn't happen to include HTML that's ok as well (don't want to put unnecessary pressure on them). It'd just be an awesome positive to have that support 馃槃

@NTaylorMullen sounds good. I got in touch with WTE folks, looks like they're looking to have a HTML hover support PR up in the next couple of days. I've created a tracking issue here.

I'll be sure to start testing / integrating it once the code is checked in. Will track those efforts here: https://github.com/dotnet/aspnetcore/issues/20963

Was this page helpful?
0 / 5 - 0 ratings