forked from dbp/sublime-rust
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Labels
Comments
I'll add a command. Would it be okay if it toggles the visibility on/off instead of just turning them off? |
Ideally, the shortcut would just dismiss them.
By dismiss I mean the same thing that is currently happening when you close
a phantom using the X button (they all go away, regardless of which one was
clicked).
This behavior would be a lot more beginner friendly.
You'd be able to save a file, likely see the whole screen turn red, press
something like `esc` to dismiss the phantoms, fix the first error and try
again.
Thanks for looking into this !
…On dim. 20 août 2017 16:26 ehuss ***@***.***> wrote:
I'll add a command. Would it be okay if it toggles the visibility on/off
instead of just turning them off?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADtD2IQygaWTqj-v7u19_ZLn7o3UrHahks5saJaHgaJpZM4O8dld>
.
|
@ehuss has this been added with your latest update |
Not yet. I have a separate local branch where I was toying with this. I'll push a PR soon. |
ehuss
added a commit
to ehuss/sublime-rust
that referenced
this issue
Sep 24, 2017
ehuss
added a commit
to ehuss/sublime-rust
that referenced
this issue
Sep 24, 2017
jasonwilliams
pushed a commit
that referenced
this issue
Oct 28, 2017
urschrei
pushed a commit
to urschrei/sublime-rust
that referenced
this issue
Jan 30, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to bind a key to hide the inline erros ?
I tried this :
but it doesn't seem to do anything (ST3 build 3126).
The text was updated successfully, but these errors were encountered: