Can I configure Visual Studio Code's Outline view to show what is public/private?

Viewed 244

Can I configure Visual Studio Code to show in the Outline panel what the members and methods are in the sense of Public and Private? If so, how?

IntelliJ would show a green or a red marker to indicate which were private and which are publicly accessible methods and properties.

Note: I'm looking for a free extension for this.

0 Answers
Related