Is there a command to open a project item (such as a class file) from Package Manager Console (a.k.a. PowerShell) within Visual Studio? That is the same thing that would happen when I double-click the file in Solution Explorer.
I tried using Invoke-Item
but that happens to open a new instance of Visual Studio.