coc-phpls icon indicating copy to clipboard operation
coc-phpls copied to clipboard

Reindex on new file creation

Open codeclem opened this issue 5 years ago • 3 comments

Describe the bug I'm not sure if this is a bug, configurable option, intended behavior, or a planned feature, but it seems like when a new php file is created you have to close and reopen vim in order to get it indexed. Is there a way to autoindex new files, or at least force a reindex with a command?

codeclem avatar Dec 30 '19 18:12 codeclem

call :CocCommand intelephense.index.workspace

marlonfan avatar Jan 01 '20 12:01 marlonfan

Thanks. Do you plan on adding support for autoindexing new files?

codeclem avatar Jan 01 '20 19:01 codeclem

Yes, it's in the plan

marlonfan avatar Jan 02 '20 03:01 marlonfan