Open
Description
I'm probably missing something out but I just basically installed the extension by following the guide and it's not working at all, I don't see any of the features just like in #170 . I'd appreciate if someone could take a look over it:
- PHP IntelliSense is currently installed
- PHP is up to date:
> php -v
PHP 7.1.10 (cli) (built: Sep 26 2017 20:07:27) ( ZTS MSVC14 (Visual C++ 2015) x86 )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
- I installed this extension directly within VS Code
- I set
php.executablePath
correctly php.suggest.basic
set tofalse
- I restarted VS Code but I can't seem to make use of any features. The dev console doesn't show any errors
That's basically everything the readme is telling me. What else could I have missed? Is there anything missing in the guide by any chance or is it just me?