1

Is there a way to open VS-Code's tree-view Project Explorer one level deeper to show, not only the files but the actual classes present in each file (...and as an added bonus, another lever deeper the functions/methods present in each class)

Example Project Explorer:
enter image description here

I tried the bookmarks extension but it gets messy and it is not sorted in a structured tree as the Project Explorer is

Rhdr
  • 387
  • 4
  • 22

1 Answers1

1

I have found and tried this one: https://marketplace.visualstudio.com/items?itemName=oleg-shilo.codemap

I think this is what you are searching: enter image description here

Anyways you can search "vs code outline extension" on google or in another searcher

ericmp
  • 1,163
  • 4
  • 18