Sarcasm / flycheck-irony

C, C++ and Objective-C support for Flycheck, using Irony Mode
56 stars 10 forks source link

Add setup verification #1

Closed swsnr closed 9 years ago

swsnr commented 9 years ago

Hello,

Flycheck has a flycheck-verify-setup command which helps users check whether Flycheck is correctly setup. Essentially it shows all syntax checkers that could apply to the current buffer, and shows potential problems. 3rd party checkers can add their own diagnostics with a :verify function (see flycheck-ocaml) for example).

Just wanted to make you aware of this feature. Supporting it in this package might help users to get it working. Note that if you add :verify function, you should add :modes, too, to make best use of it.

Greetings

Sarcasm commented 9 years ago

Thanks, will do!