bmewburn / vscode-intelephense

PHP intellisense for Visual Studio Code
https://intelephense.com
Other
1.57k stars 93 forks source link

Auto complete not showing up at all #2824

Closed PhotoshopCS6 closed 3 months ago

PhotoshopCS6 commented 3 months ago

Restarted my PC and the autocomplete just stops working, initially thought it was a php version issue, so I downloaded 6 versions of php, but that wasn't the issue.

Completely lost at the moment as I have installed Intelephense on 2 other device and it worked normally.

I am not sure how to recreate it

here is my setting.json file

{ "workbench.colorTheme": "Default High Contrast", "[php]": {

    "editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},

"php.version":"8.2.12",
"intelephense.environment.phpVersion": "8.2.12",

"php.validate.executablePath": "C:/xampp/php/php.exe",
"php.executablePath": "C:/xampp/php/php.exe",

// "php.version":"8.2.13",
// "intelephense.environment.phpVersion": "8.2.13",

// "php.validate.executablePath": "C:/wamp64/bin/php/php8.2.13/php.exe",
// "php.executablePath": "C:/wamp64/bin/php/php8.2.13/php.exe",

// "php.version":"8.3.0",
// "intelephense.environment.phpVersion": "8.3.0",

// "php.validate.executablePath": "C:/wamp64/bin/php/php8.3.0/php.exe",
// "php.executablePath": "C:/wamp64/bin/php/php8.3.0/php.exe",

"files.autoSave": "afterDelay",

"php.debug.executablePath": "C:/xampp/php/ext/php_xdebug.dll",
"php.executables": {

    "v8.2.12": "C:/xampp/php/php.exe",
    "v8.2.13": "C:/wamp64/bin/php/php8.2.13/php.exe",
    "v8.3.0": "C:/wamp64/bin/php/php8.3.0/php.exe"

},
"explorer.confirmDelete": false,

"php.validate.enable": true,
"files.associations": {
    "*.php": "php"
}

}

Intelephense at v1.10.2 and tried every possible version for the last 2 years, still doesn't work