How to enable outline to show access specifier (i.e. public/private/protected) #7112
Answered
by
sean-mcmanus
YalandHong
asked this question in
Q&A
|
I tried my best Googling but I only found microsoft/vscode#49995 and microsoft/vscode#23927 discussing this problem. Now they have both been closed, but the outline still show nothing difference between "private" and "public" members. Is there any setting for enabling outline to show the |
Answered by
sean-mcmanus
Mar 5, 2021
Replies: 2 comments 2 replies
|
There is no setting. We wanted VS to provide an icon modifier, but they did not. Theoretically, we could add extra text. You could file a feature request. |
2 replies
Answer selected by
YalandHong
|
Upstream dependency is microsoft/language-server-protocol#2003 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

There is no setting. We wanted VS to provide an icon modifier, but they did not. Theoretically, we could add extra text. You could file a feature request.