-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Implement Interface/Abstract Class C# Code Action #5155
Milestone
Comments
TanayParikh
referenced
this issue
Sep 16, 2020
### Summary of the changes - Support for Fully Qualified Namespace C# Light Bulb ![FullyQualifiedCodeAction](https://user-images.githubusercontent.com/14852843/93262976-f1da7f80-f759-11ea-9877-05e9df2ed88b.gif) - Support for Add Using C# Light bulb ![AddUsingCodeAction](https://user-images.githubusercontent.com/14852843/93263130-2d754980-f75a-11ea-890d-bfb07516a354.gif) - Abstraction Layer / Refactoring to create shared light bulb infrastructure between TSLanguageServer + HTMLCSharpLanguageServer. - This implementation doesn't have support for code actions which require resolving with Roslyn (ex. via `textDocument/codeActionResolve`). Working on an appropriate expansion for this, and will likely require changes in `omnisharp-vscode`. - Tracked here: https://github.com/dotnet/aspnetcore/issues/25918 - Some general perf optimizations are possible, but wanted to avoid potential pre-optimizations. Will re-visit if we see issues. - Testing: TODO assuming no issues with the design. Fixes: https://github.com/dotnet/aspnetcore/issues/24779 Fixes: https://github.com/dotnet/aspnetcore/issues/18173 Fixes: https://github.com/dotnet/aspnetcore/issues/24778 Fixes: https://github.com/dotnet/aspnetcore/issues/25144
@TanayParikh should this move to 16.9-Preview1? |
Yep. Have it mostly working but I don't think it's quite yet ready for primetime. |
ghost
locked as resolved and limited conversation to collaborators
Nov 20, 2020
ghost
unlocked this conversation
Oct 9, 2021
ghost
locked as resolved and limited conversation to collaborators
Nov 8, 2021
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
razor/codeActionResolve
endpoint which resolves code actions with Roslyn.omnisharp-vscode
changes to fully support.The text was updated successfully, but these errors were encountered: