yaegassy / coc-intelephense

intelephense (PHP language server) extension for coc.nvim. intelephense’s various LSP features and this extension's additional features are available.
https://www.npmjs.com/package/@yaegassy/coc-intelephense
MIT License
98 stars 4 forks source link

Help on snippets / autocompletion #44

Closed DaanGeurts closed 2 years ago

DaanGeurts commented 2 years ago

First of all I like to give you a big applause for making all the magic possible. You've made my life so much easier!!!

I've noticed that there are some snippets available within this plugin. But I couldn't find a way to customize these. E.G. I want to add some of my own without grabbing another snippet plugin. Can you push me in the right direction? Big thanks

yaegassy commented 2 years ago

The snippet provided by coc-intelephense itself is very simple and not intended for customization.

It sounds like you don't want to include additional plugins or coc-extension, but again, if you need customization, please add other snippet plugins or coc-extension. 🙇

e.g. coc-snippets https://github.com/neoclide/coc-snippets.