VS Code Autocomplete #419
-
Wondering if anyone has figured out a way to get VS Code autocomplete working with PHP Intelephense (paid version)? I've spent about an hour googling and searching through various issues on github for pest and intelephense. The only thing I could find that was somewhat relevant was this: #5 Based off of that issue I was able to get autocomplete working by adding this to the beginning of all my tests:
This seems like a really brute force method to get autocomplete working. So I was wondering if the mentioned fix was ever merged: #5 (comment) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@godismyjudge95 I think to only way to get autocomplete properly working on VS Code, is having someone developing a plugin. |
Beta Was this translation helpful? Give feedback.
-
@godismyjudge95 How exactly did you get that working? Which |
Beta Was this translation helpful? Give feedback.
@godismyjudge95 I think to only way to get autocomplete properly working on VS Code, is having someone developing a plugin.