coala-vim icon indicating copy to clipboard operation
coala-vim copied to clipboard

Close echo panel if it is empty

Open perplexedfingers opened this issue 8 years ago • 6 comments

The message would show up during the scanning, and disappear when the scanning is done and leave the panel open. Close the panel if it is empty, and try to preserve messages if it is useful.

perplexedfingers avatar Oct 10 '16 09:10 perplexedfingers

Just a heads up: we're actually thinking of deprecating coala-vim in favour of other code analysis plugins that do exactly the same thing.

adtac avatar Oct 10 '16 10:10 adtac

cool, what might be the alternative? syntastic?

perplexedfingers avatar Oct 10 '16 15:10 perplexedfingers

Neomake looks very promising. Syntastic looks pretty neat too.

adtac avatar Oct 10 '16 15:10 adtac

How can I make coala into Neomake?

perplexedfingers avatar Oct 10 '16 16:10 perplexedfingers

@r2qokk I still haven't looked into it. Soon enough, though. Do you have any experience with syntastic? If so, we'd gladly accept a patch describing how to use coala in syntastic.

adtac avatar Oct 11 '16 08:10 adtac

I never go deep into syntastic. I try to write some markers in Neomake, but they does not work as I expected.

let g:neomake_python_coala_maker = {
      \ 'args': ['--no-config',
      \          '--bears=CPDBear,PEP8Bear,PyImportSortBear,PyUnusedCodeBear,RadonBear',
      \          '--files']}

This setting produce nothing when I execute :Neomake coala

perplexedfingers avatar Oct 11 '16 10:10 perplexedfingers