yaegassy / coc-laravel

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

feat: php scope resolution completion #11

Closed yaegassy closed 1 year ago

yaegassy commented 1 year ago

Complementary items are displayed by entering :: in the class. e.g. DateTime::|.

This feature uses PHP's ReflectionAPI in the background, so PHP in your environment must be able to run correctly.