I've used VS Code with PHP intelephense before but with this fresh installation on a new computer I'm stuck and no idea what I'm doing wrong!!
I've installed PHP Intelephense in VS Code
Disabled PHP Language Features. Left PHP Language Basics enabled
My settings.json
{
"typescript.suggest.paths": false,
"files.associations": {
"*.module": "php"
},
"files.autoSave": "afterDelay",
"editor.minimap.enabled": false,
"php.validate.enable": false,
"php.suggest.basic": false,
"htmlhint.options": {
}
}
My PHP version
C:Usersgus>php --version
PHP 8.0.1 (cli) (built: Jan 5 2021 23:43:33) ( NTS Visual C++ 2019 x64 )
Copyright (c) The PHP Group
Zend Engine v4.0.1, Copyright (c) Zend Technologies
Windows 10
VS Code 1.52.1
question from:
https://stackoverflow.com/questions/65929328/php-intelephense-in-vs-code-auto-complete-not-working 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…