DaGhostman / vscode-tree-view

VSCode extension that probvides mail symbol overview of the currently opened file
MIT License
29 stars 4 forks source link

How to use this extension to view the structure of the c/cpp file #99

Closed JeffYoung17 closed 5 years ago

JeffYoung17 commented 5 years ago

In the README.md, what does this description mean? They are also disabled by default and need to be enabled by adding cfamily to the treeview.allowedProviders array.

Where is the treeview.allowedProviders array?

DaGhostman commented 5 years ago

I am sorry for the late response, that array is located in the configuration of vscode, IMO you will not be able to do it through the Settings interface, but instead you will need to add cfamily to the settings.json under the key treeview.allowedProviders

P.S the extension referred to as "respective official extensions" are :

JeffYoung17 commented 5 years ago

thanks!!