PHP IntelliSenseAdvanced PHP IntelliSense for Visual Studio Code. Note: This is a fork of the original project that was de-listed from the marketplace. Note: This is just the VS Code extension that spawns the actual language server. The language server itself is implemented purely in PHP in its own repository, all features need to be implemented there and all issues should be reported there. You do NOT need to install it manually though, it is bundled in this extension. InstallationYou need at least PHP 7.4 installed for the extension to work. You can either add it to your PATH or set the Note: PHP 8.0 does work, PHP 8.1 support is work in progress. I recommend to disable VS Code's built-in PHP IntelliSense by setting FeaturesIgnore path on initial indexSet CompletionSignature HelpWorkspace symbol searchFind all ReferencesGo to DefinitionHoverFind all symbolsColumn-accurate error reportingCode style lintingPlease use a dedicated extension like PHP CodeSniffer. Format codePlease use a dedicated extension like PHP CS Fixer. Todo
ContributingClone whole repository and in root directory execute:
The last command will open the folder in VS Code. Hit For guidance on how to work on the language server, please see the language server repository. |