Update SymbolDisplay
to include scoped
for parameters and locals
#63208
Labels
api-approved
API was approved in API review, it can be implemented
Area-Compilers
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature - Ref Fields
Feature Request
Background and Motivation
Include
scoped
modifier for parameter and local types fromSymbolDisplay
.Proposed API
For
SymbolDisplayLocalOptions
, theIncludeRef
option is extended to includescoped
, and a newIncludeRefAndScoped
option with the same value is added.For
SymbolDisplayParameterOptions
, theIncludeParamsRefOut
option is extended to includescoped
, and a newIncludeParamsRefOutScoped
option with the same value is added.Usage Examples
// some lines of code here
Alternative Designs
Risks
Separated out from #61647. See #61647 (comment) that should be addressed.
The text was updated successfully, but these errors were encountered: