-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Eclipse Che JS Linter doesn't analyze the JS code on the fly. #4886
Comments
@sr229 doesn't auto save help the situation? As soon as you stop typing, the linter shows you errors. |
@eivantsov it does a bit but the linter should always lint IMHO regardless if the file changed is saved or not. Take for example, Cloud9's JS Linter which observes unsaved file changes and lints it without waiting for the file to be saved. |
Marking it as a bug since for me, linting does not show errors on the go and the file needs to be closed and opened to see errors. This makes all Orion js support pretty much useless. |
Can verify the said issue at my end. Orion's JS support does not work in Codenvy 5.14.0 |
Even though I wouldn't say that
this is a nasty bug indeed. |
Might be able to be fixed by #5330 as Monaco has native JS support. |
Is this still an issue? |
@SkorikSergey it's persistent on my end, probably a Orion-related bug |
Closing as it cannot be solved on Che side. |
Whenever I edit a JS File, the linter has to always wait for the save event to update it's analysis. It wuld be nice if the JS Linter lints on the fly without waiting for the file to be saved.
The text was updated successfully, but these errors were encountered: