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

Double Click to Keep Open #1122

Open
TomasJuocepis opened this issue Oct 4, 2020 · 3 comments
Open

Double Click to Keep Open #1122

TomasJuocepis opened this issue Oct 4, 2020 · 3 comments
Labels
blocked: vscode Caused by or dependent on a VS Code issue or feature blocked Blocked or caused by an upstream issue or feature feature New feature or request

Comments

@TomasJuocepis
Copy link

In the sidebar, in 'REPOSITORIES' section, in the changed files tree, when I select a file, an editor tab opens up with the diff of that file with the title in italics (not sure how it's called, preview mode?). I would like to be able to then double click my mouse on that same selected file to perform the 'Keep Open' (CTRL+K ENTER) action on it. Right now I have to move the cursor to the newly opened tab title and double click there (or use a keyboard shortcut).

@TomasJuocepis TomasJuocepis added the feature New feature or request label Oct 4, 2020
@fsackur
Copy link

fsackur commented Nov 10, 2020

Yes, this is "preview mode". FWIW, these are globally configurable in Code with workbench.editor.enablePreview and workbench.editor.enablePreviewFromQuickOpen.

However, I too would like this feature in GitLens.

@eamodio eamodio added blocked: vscode Caused by or dependent on a VS Code issue or feature blocked Blocked or caused by an upstream issue or feature labels Nov 11, 2020
@eamodio
Copy link
Member

eamodio commented Nov 11, 2020

This can't easily be implemented in GitLens itself, but we are working on enabling this for all extensions here: microsoft/vscode#85636. Once that lands, then GitLens can take advantage of it.

@GlebMorgan
Copy link

Seems like microsoft/vscode#85636 has been implemented and tested 3 years ago, so can this feature be implemented now in GitLens? This will be an extremely important addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked: vscode Caused by or dependent on a VS Code issue or feature blocked Blocked or caused by an upstream issue or feature feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants