PythonChecker icon indicating copy to clipboard operation
PythonChecker copied to clipboard

A maintainable Python code checker for Sublime Text 3

Results 5 PythonChecker issues
Sort by recently updated
recently updated
newest added

Is there any way I can install your plugin manually? I can't make Package Control to show up in Command Pallet no matter what I try including removing it from...

python_interpreter_path can only be set from the project settings file. Please enable this parameter in Sublime Text user settings file so it will work on all projects.

If we get async checking (issue #3), we can use a timer to re-check the source when the user pauses typing.

`subprocess.check_output()` stalls the host process. It would also be nice to be able to cancel the check and kill the process.

enhancement