VScode - undefined 'getVar' method in version 4.1.2 |
I found a solution on the PHP Intelephense GitHub page here: https://github.com/bmewburn/vscode-intel...ssues/1670. Add the following code to your Base Controller:
PHP Code: /** |
Messages In This Thread |
VScode - undefined 'getVar' method in version 4.1.2 - by wdeda - 05-22-2021, 10:56 AM
RE: VScode - undefined 'getVar' method in version 4.1.2 - by MGatner - 05-23-2021, 05:05 AM
RE: VScode - undefined 'getVar' method in version 4.1.2 - by wdeda - 05-26-2021, 05:35 AM
RE: VScode - undefined 'getVar' method in version 4.1.2 - by wdeda - 05-26-2021, 10:25 PM
RE: VScode - undefined 'getVar' method in version 4.1.2 - by paulkd - 05-26-2021, 10:36 PM
RE: VScode - undefined 'getVar' method in version 4.1.2 - by wdeda - 05-27-2021, 05:28 AM
RE: VScode - undefined 'getVar' method in version 4.1.2 - by paulbalandan - 05-27-2021, 09:20 AM
RE: VScode - undefined 'getVar' method in version 4.1.2 - by wdeda - 05-27-2021, 10:46 AM
RE: VScode - undefined 'getVar' method in version 4.1.2 - by mlurie - 05-28-2021, 11:15 AM
|