yaegassy / coc-laravel

Laravel extension for coc.nvim
https://www.npmjs.com/package/@yaegassy/coc-laravel
MIT License
28 stars 2 forks source link

New Component Completion Feature #7

Closed yaegassy closed 1 year ago

yaegassy commented 1 year ago

ComponentTag and ComponentProps completion feature is already in place, but there are a couple of minor issues...

We recently installed vscode-html-languageservice for html-parser use.

This time, we have also used the completion of language service itself to significantly refactor component-related completion feature.