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

Make 'Clear on change' immediate #476

Closed
sandstrom opened this issue Mar 24, 2015 · 2 comments
Closed

Make 'Clear on change' immediate #476

sandstrom opened this issue Mar 24, 2015 · 2 comments

Comments

@sandstrom
Copy link

Linter is awesome, but here is a though on how to make it even better.

When typing it's common that the still-being-typed text isn't valid. It's useful if linting doesn't show errors whilst one is still writing the line.

One way would be to ignore the current line. Another is Lint on change (with timeout) plus Clear on change. However, for this to work Clear on change must have 0 interval/delay, i.e. execute immediately. That way, as long as keypress speed < lint on change interval no errors will be shown for the current line.

Hope this makes sense, let me know if I should elaborate.

@dorian-marchal
Copy link

👍

@steelbrain
Copy link
Owner

It's already been implemented in https://github.com/AtomLinter/linter-plus

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

5 participants