Skip to content

Shortcut to hide phantoms ? #200

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

Closed
kamek-pf opened this issue Aug 19, 2017 · 4 comments
Closed

Shortcut to hide phantoms ? #200

kamek-pf opened this issue Aug 19, 2017 · 4 comments

Comments

@kamek-pf
Copy link

Is it possible to bind a key to hide the inline erros ?
I tried this :

{
    "keys": ["ctrl+l"],
    "command": "exec",
    "args": {
        "hide_phantoms_only": true
    },
    "context": [
        { "key": "setting.command_mode" }
    ]
}

but it doesn't seem to do anything (ST3 build 3126).

@ehuss
Copy link

ehuss commented Aug 20, 2017

I'll add a command. Would it be okay if it toggles the visibility on/off instead of just turning them off?

@kamek-pf
Copy link
Author

kamek-pf commented Aug 20, 2017 via email

@jasonwilliams
Copy link
Member

@ehuss has this been added with your latest update

@ehuss
Copy link

ehuss commented Sep 23, 2017

Not yet. I have a separate local branch where I was toying with this. I'll push a PR soon.

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

No branches or pull requests

3 participants