fannheyward / coc-docthis

JSDoc extension for coc.nvim that generates detailed JSDoc comments for TypeScript/JavaScript files.
MIT License
15 stars 1 forks source link

support vue ? #44

Open IndexXuan opened 4 years ago

IndexXuan commented 4 years ago

It seems not support vue file

echo docthis.documentThis not found

fannheyward commented 4 years ago

~CocUpdate to v0.4.0~

IndexXuan commented 4 years ago

image

Thank you very much, but it seems another error.

with just this single function

<script>

    function hello(greeting) {
      return 'greet: ' + greeting
    }

</script>