-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to complete available options #3
Comments
Yes - we can do that - but - the problem is that there are lots of them. I would only add the most common options here (e.g. the include/exclude paths etc). We can now also generate the schema (the documentation is generated). But that requires more thought again. |
Apparently you can add the extension to the RTP and it should just work (I haven't tried it, I actually just edited it in the extensions directory and copied it to the repo 👀 ). For vscode I just symlinked the repository to |
Phpactor now ships with |
I dropped using CoC about year ago and no one else is interested in it here so let's close this issue. |
I think it's still valid if somebody wanted to pick up maintainence of this |
Before a while I noticed that the indexer scans files within
./var
so I went to exclude it. Before I saw that I can pass configuration. It is good thing but still requires browsing the documentation.We could expose all available options in suggestions. It seems to be possible:
https://github.com/neoclide/coc-tsserver/blob/master/package.json#L142
Exposing all options (reasonable in this context) allow make it more user-friendly and show the power of whole tool.
I wanted to make PR with any working example but I did not found how to add
coc-phpactor
as a node module with sources withinextensions
directory.The text was updated successfully, but these errors were encountered: