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

setting to turn off tooltips in explorer pane #70768

Closed
hansifer opened this issue Mar 19, 2019 · 19 comments
Closed

setting to turn off tooltips in explorer pane #70768

hansifer opened this issue Mar 19, 2019 · 19 comments
Assignees
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues *out-of-scope Posted issue is not in scope of VS Code
Milestone

Comments

@hansifer
Copy link

Tooltips on filenames in the explorer pane are annoyingly obtrusive, obscuring the file below the hovered one and often code as well. Additionally, they are of low value. I rarely need to know a file's full path when I'm working in a known repo.

PLEASE provide a setting to turn these tooltips off.

@isidorn isidorn added feature-request Request for new features or functionality file-explorer Explorer widget issues labels Mar 19, 2019
@isidorn isidorn added this to the Backlog milestone Mar 19, 2019
@sefaYavuz
Copy link

This is so annoying. It blocks the view of other files as well.

@isidorn isidorn self-assigned this Oct 8, 2019
@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label Oct 8, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 8, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 8, 2019
@cleverlemming
Copy link

I agree with hansifer. Please turn this feature off if you don't want to fix it. Users know where their repository is without this distracting redundancy.

@ariens-shopify
Copy link

I agree with this frustration. I'm usually a vim user, but the project that I'm contributing to atm requires vs code. This has been driving me nuts, especially being unfamiliar with the repo directory structure and the IDE. I'm constantly having to focus on another element to be able to dismiss the hover.

@isidorn
Copy link
Contributor

isidorn commented Mar 18, 2020

Ok, let's reopen and we might add this in the future. Also there was a duplicate issue.

@isidorn isidorn reopened this Mar 18, 2020
@isidorn isidorn removed the *out-of-scope Posted issue is not in scope of VS Code label Mar 18, 2020
@dehmer
Copy link

dehmer commented Apr 11, 2020

I'm very glad this issue was reopened.
I'd really like to have an option to disable hovers in explorer completely.

Just out of interest: What benefit do users get from the information provided in said hovers? It seems pretty redundant to me too. Is there any pointer to the initial requirement or why this would be useful?

@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label Jul 30, 2020
@Rusty-Shackleford
Copy link

Is there a way to change the format of it? The weird thing is I don't ever recall noticing this before, but now it's all I can see. I'm thinking something may have changed the look of it, but I've removed all preferences for workspace and user and it still looks the same.

image

@eieioxyz
Copy link

As a developer, I have zero use for these.

But as a tutorial creator, they are downright annoying. I find myself editing around these, trying to cut them out, re-recording portions, etc.

@alanschneider
Copy link

I wish they would just fix this issue. It has been reported in the past by another user: #82775. It's incredibly annoying, and sometimes the tooltip wraps over multiple lines (See #115653).

@samheuck
Copy link

Agreed. Breadcrumbs already does a great job of showing me where I am in the file tree. I find the file path tooltip pop-ups to be really visually distracting.

@iskrisis
Copy link

This is really hard when doing file traversing in tutorials/screencasts. I don't think anyone uses this it just makes stuff complicated to edit afterwards.

@samheuck
Copy link

@isidorn Any chance you could take a second look at this? Several people have expressed that this hover tool-tip is not useful in day-to-day programming work. If you could help us understand some of the challenges that are making this issue out-of-scope, perhaps we could put our heads together and come up with some solutions to overcome them?

@monk-afk
Copy link

Here's a workaround that worked for me; a broken setting to the workbench.hover.delay in User/settings.json:

    "editor.hover.enabled": false,
    "workbench.hover.delay": null,

@samheuck
Copy link

Here's a workaround that worked for me; a broken setting to the workbench.hover.delay in User/settings.json:

    "editor.hover.enabled": false,
    "workbench.hover.delay": null,

This didn't work for me in VS Code v1.91.1 build: f1e16e1

@samheuck
Copy link

samheuck commented Jul 13, 2024

Somebody has more pull than the rest of us. See: #173236

I'm really disappointed by the communication and response of those with more influence over this project specifically on this issue.

@monk-afk
Copy link

sorry about that not working, i should have mentioned i'm running 1.89.1 until #213780 is fixed

@zemariolacBG
Copy link

Here's a workaround that worked for me; a broken setting to the workbench.hover.delay in User/settings.json:

    "editor.hover.enabled": false,
    "workbench.hover.delay": null,

THANKS!!

@ekinertac
Copy link

Here's a workaround that worked for me; a broken setting to the workbench.hover.delay in User/settings.json:

    "editor.hover.enabled": false,
    "workbench.hover.delay": null,

This method is effective, but it also disables the popup on the code itself.

@MariuzM
Copy link

MariuzM commented Oct 22, 2024

 "workbench.hover.delay": null,

use this to disable tooltip in explorer and other stuff but not editor / code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

16 participants