cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

[Feature Request] Provide a way to manually trigger linting #33

Open j4nu5 opened 6 years ago

j4nu5 commented 6 years ago

cquery sometimes displays lint/compile errors for something that is not an error anymore.

I use VSCode's

"files.autoSave": "afterDelay"

option to autosave my files, but I am not sure if this is the root cause. Currently, I have to make a minor change (adding + removing a space e.g.) for the linting to re-trigger but would love to have a manual trigger like YCM has. Alternatively, would be great if "it just works" :)