coc-diagnostic icon indicating copy to clipboard operation
coc-diagnostic copied to clipboard

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

Open utrumo opened this issue 4 years ago • 1 comments

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):

  • OS:

Log:

utrumo avatar Jan 15 '21 12:01 utrumo

Sorry I don't understand what does it means.

iamcco avatar Jan 18 '21 03:01 iamcco

wants start automatic on save.

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

Freed-Wu avatar Aug 31 '23 14:08 Freed-Wu