Can I create an extension for Visual Studio that runs in the background as soon as the user opens the Visual Studio development environment? For example, I create an extension that receives the current active file address in Visual Studio (with C #), but I would like this extension to always start in the background without the need for a user to activate it by pressing a button or pressing a key.
Is this possible, and if so, what is the best way to do this?
Any help would be greatly appreciated! Regards, Erfan
source share