laravel.nvim
laravel.nvim copied to clipboard
Model completion
Since this plugin already has some completions, is there a way of adding model completions?
There are couple of limitations though.
- getting the relevant model (possibly through lsp hover and then getting model info?)
- cmp context only contains the current line, we would need something for multiline completion, for example: User::create([ 'field' => '...' ]); will not complete properly with the cmp context