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
I was watching @Xipooo's "Real World Demo of Using Interfaces" video and realized that we're missing a pretty big opportunity in the context menu. We can tell pretty easily what folder in the Code Explorer is right-clicked to open the context menu:
Why wouldn't we just add the @Folder("FolderThatWasRightClicked") annotation to the new module? This would make organization a lot easier as you're adding new code, and would be similar to how .NET and VS handle folders and namespaces.