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

Python semantic analysis does not run until file is saved #314

Closed
unphased opened this issue May 11, 2013 · 2 comments
Closed

Python semantic analysis does not run until file is saved #314

unphased opened this issue May 11, 2013 · 2 comments

Comments

@unphased
Copy link

The clang functionality works as described (re-runs after 2 seconds), but Python (using the built-in Jedi) requires saving the file to update.

Is there a way to get this behavior to be consistent?

An absolutely fantastic plugin, by the way.

@JazzCore
Copy link
Contributor

What do you mean? Syntastic syntax checking? All syntastic checkers are not async and blocks vim for a while ( except Clang YCM checker because it uses a separate thread for checking and recompiles a file every 2 seconds on CursorHold event ) . Because of that, they kicks in only on file saving. There is a discussion about this feature in syntastic issues, you can find it here

If you wish async python syntax checking, you can try python-mode which has a option for that.

@unphased
Copy link
Author

Okay then. It's really not a big deal at all, I was just wondering if stuff was working correctly (which you have indicated that it definitely is). Thanks

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants