Avoid duplication of Repository tab #1330
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I and my colleagues have noticed that with a large number of open repositories it is much more convenient to find and navigate using a new tab. This tab contains a search with a list of already opened repositories, which significantly speeds up and simplifies work. In fact, we use this page as an analog of the
Go to everything
in Rider orCode search
in VS (which is the same hotkey combinationCtrl+T
).And thus using this plug-in during the day you can create quite a few copies of it, which is not convenient.
In this PR it is suggested to keep a new tab in one copy at most.