Make code action's nested actions publicly accessible #71050
Labels
api-approved
API was approved in API review, it can be implemented
Area-IDE
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature Request
Background and Motivation
Currently, it's possible to group code actions which is great but it's not possible to access them from parent code action.
Proposed API
Change accessibility of property
CodeAction.NestedCodeAction
frominternal
topublic
:Usage Examples
I need to unit test code fixes and refactorings which may be registered as nested code actions.
Workaround
It's possible to use reflection to access nested code action.
Or is there any other way how to access nested code actions from parent code action?
The text was updated successfully, but these errors were encountered: