iamcco / coc-diagnostic

diagnostic-languageserver extension for coc.nvim
245 stars 22 forks source link

Add support support command like eslint.executeAutofix to start coc-diagnostic manyally #79

Closed utrumo closed 1 year ago

utrumo commented 3 years ago

Describe the bug Now coc-nvim support one formatter at some time (https://github.com/neoclide/coc.nvim/issues/2269). I use "stylelintplus.autoFixOnSave: true" and with this variant coc-diagnostico wants start automatic on save. It would not be bad to be able to run the coc-diagnostic formatter manually on save from .vimrc To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Log:

iamcco commented 3 years ago

Sorry I don't understand what does it means.

Freed-Wu commented 1 year ago

wants start automatic on save.

You means format code on save? It should be related to coc.nvim, not this plugin.