Now plugin syntastic checks after saving. Is it possible to check as you type code?
- It would be logical to look for the answer in the documentation for this plugin of yours. - aleksandr barakin
- onejudging by the documentation for the plugin - this is not possible. And this is logical - the plugin uses the capabilities of the compilers / interpreters to verify validity. Running any interpreter and checking the syntax is not a matter of seconds. And in order to provide the specified function, you will have to save the buffer for each press and run the checker. And even delays of 0.05 seconds between pressings will be very annoying. - KoVadim
- @KoVadim, I think your comment draws on a full response. - aleksandr barakin
- possible, but the answer would be “no” and it would have to be finished with spaces :) - KoVadim
|
1 answer
from comment:
judging by the documentation for the plugin - this is not possible. And this is logical - the plugin uses the capabilities of the compilers / interpreters to verify validity. Running any interpreter and checking the syntax is not a matter of seconds. And in order to provide the specified functionality, you will have to save the buffer for each press and run the checker. A delay of even 0.05 seconds between clicks will be very annoying.
|