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
@reduckted I noticed you added some code related to folders for SolutionItems. You have any examples of creating your own items based on VirtualFolders? For example, how do you set the icon? How do you differentiate between different types. Not quite sure since there is the enum for SolutionItemType.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@reduckted I noticed you added some code related to folders for SolutionItems. You have any examples of creating your own items based on VirtualFolders? For example, how do you set the icon? How do you differentiate between different types. Not quite sure since there is the enum for SolutionItemType.
Trying to understand how to add something like the Properties and References nodes are that can then have their own special commands (contextmenu, etc.). Something like https://docs.microsoft.com/en-us/visualstudio/extensibility/creating-a-basic-project-system-part-1?view=vs-2022#extend-the-projectnode-class
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions