Hi All,
I have created a VsPackage that host a Menu Command which is invisible by default and should be visible if i select any new or existing project (Just like "Project" Menu of Visual studio).
Do i need to convert that vspackage (that hosts my menu command) as a global service and call that service after project creation?
(I need same visibility as "Project" Menu)