You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a sample how to create a tool window with a custom treeview structure. This would be similar to something like the Solution Explorer where you can add unique items/files to your own structure.
Questions
How would you wire up and enable/disable context menu items for specific items in structure?
Are there docs related to a treeview structure within VS? Like how to navigate up/down the structure finding ancestor/descendant items?
It would be nice to have a sample how to create a tool window with a custom treeview structure. This would be similar to something like the Solution Explorer where you can add unique items/files to your own structure.
Questions
References
https://docs.microsoft.com/en-us/visualstudio/modeling/directed-graph-markup-language-dgml-reference?view=vs-2019
https://code.visualstudio.com/api/extension-guides/tree-view
The text was updated successfully, but these errors were encountered: