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

Auto-correct on command + alt + control + F #4

Open
toshi0383 opened this issue Apr 11, 2016 · 1 comment
Open

Auto-correct on command + alt + control + F #4

toshi0383 opened this issue Apr 11, 2016 · 1 comment

Comments

@toshi0383
Copy link

Hello!
I came up with this idea, so letting you know anyways. 😉

Xcode provides auto-correction keyboard shortcut Command + alt + control + F by default.
I thought it would be useful if the key stroke above triggers SwiftLint's auto-correction along with Xcode's auto-correction.

@ypresto
Copy link
Owner

ypresto commented Apr 14, 2016

Command + alt + control + F

That shortcut stands for "Fix All in Scope".

image

It relates to "issues" shown as yellow or red markers.

This plugin currently does not provide linting (not yet: #2) and no markers shown by it.
Also SwiftLint does not provide selective, per-issue autocorrection.

So it might be better to be other shortcut than default one (#5).

Anyway, thanks for the idea..!

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

No branches or pull requests

2 participants