Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the extension start in a "Paused" state? #78

Open
rkhoury opened this issue Apr 19, 2021 · 0 comments
Open

Can the extension start in a "Paused" state? #78

rkhoury opened this issue Apr 19, 2021 · 0 comments

Comments

@rkhoury
Copy link

rkhoury commented Apr 19, 2021

I have a potentially unique dev environment that means I have many solutions sharing the same large codebase, and starting multiple VS instances thrashes filesystem-related activity to produce the same multi-gigabyte database. I often limit one VS instance to be "active" to limit this redundancy, but it annoys me that I can't load VS with the extension "paused" by default and I have to quickly load the Code Search tab to manually pause.

What's required to get this extension paused by default? I get quite overwhelmed with the structure of everything that I'm not sure of exactly where this change should go.

And on a slightly separate note, I'm also really curious of how you efficiently navigate the codebase with all the interface abstractions? Are all these interfaces necessary when there's only one concrete class available? (I'm not a C# programmer so I could be missing something about best practices and such - I only know it makes click-navigation in the code really challenging).

Many thanks,
Richard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant