You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw the discussion about enable linting while typing , I feel that is much needed and related to here.
Because whenever I am saving only the python plugin is re-linting and it takes around 2 to 3 seconds that is I feel slow , because I need to wait two to three second to check I did correct or not ?
Addtional Details:
VSCode
Version 1.20.0
Commit c63189deaa8e620f650cc28792b8f5f3363f2c5b
Extension :
2018.1 (01 Feb 2018)
The text was updated successfully, but these errors were encountered:
Currently there is little we can do about this. We just run PyLint and it is not very fast. It also works on files so they need to be saved. This is a major work item since it requires replacement of at least some of pyling functionality.
Couldn't this be improved by running pylint inside a server similar to the one used by Jedi and selectively invalidating the astroid cache for newly saved files?
I saw the discussion about enable linting while typing , I feel that is much needed and related to here.
Because whenever I am saving only the python plugin is re-linting and it takes around 2 to 3 seconds that is I feel slow , because I need to wait two to three second to check I did correct or not ?
Addtional Details:
VSCode
Version 1.20.0
Commit c63189deaa8e620f650cc28792b8f5f3363f2c5b
Extension :
2018.1 (01 Feb 2018)
The text was updated successfully, but these errors were encountered: