Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
429 views
in Technique[技术] by (71.8m points)

PHP intelephense in VS Code - Auto complete not working

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...