I’m building a VS package, and I’m trying to send a command from the package to Visual Studio to open up a user selected file in a new tab (just like a user would do it by going to File -> Open…).
I remember seeing at some point how to do this. Can anybody refresh my memory?
I believe you want one of:
In the end, I think they all boil down to the same behavior.