Replies: 3 comments 3 replies
-
Should be a matter of making your editor aware of what's in the include path when code is included. I don't use VS Code, so I'm not sure how to do it there specifically. |
Beta Was this translation helpful? Give feedback.
-
@gcraill how is your environment set up? Ie are you editing your PHP code locally on your PC and then pushing to the server or are you editing directly on the server via SSH? Also are you using Composer to install the toolkit? |
Beta Was this translation helpful? Give feedback.
-
@gcraill Would you consider loading the toolkit locally (on your PC) by using Composer in your project? Then VS Code will know how to find the toolkit locally. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We are using vsCode with the Seiden Group Community+ edition of PHP (seiden_stable_81) and when we have toolkit commands in the php code we get errors displaying on vscode. These are cosmetic as deploying the code works fine but I would like to be able to remove the warnings.
Does anyone know how to configure vscode to parse and accept the toolkit commands?
I added the extra comments to give a bit of context but we in this case just use that one line of code.
Cheers
Greg
Beta Was this translation helpful? Give feedback.
All reactions