-
Notifications
You must be signed in to change notification settings - Fork 185
AutoComplete does not works with Wordpress or custom functions or class methods. #309
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
Comments
Please clarify. Autocomplete does work for custom functions and class methods. What exact code does not give you expected suggestions? |
Please look at these examples. For Wordpress you can test it with As you can see for str_replace autocomplete works well, but for test class methods it suggests unrelated methods. Also it can't show parameters information of custom functions In image 2 after |
That is VS Code's built-in autocompletion, which you should disable as explained in the readme |
I used Best Regards. |
Thanks. When I disabled VS Code built in suggestion it can not shows php functions parameters information too like in image 1, so it seems that, that feature was built in feature of VS Code and does not relates to this extension. Do you have any plan for supporting this feature |
That is signature help, which is not supported atm #18 |
Hi, and thank you for this project.
Is it possible to make this extension works with Wordpress functions and class methods or custom functions and custom class methods?
Because when I use
$this->
in my own custom class it can not show me class methods, also it can not shows method parameters.Best Regards.
The text was updated successfully, but these errors were encountered: