vscode-php-intellisense/README.md

2.0 KiB

PHP IntelliSense

⚠ Work In Progress

Latest Release Installs Rating Build Status Dependency Status Gitter

Advanced PHP IntelliSense for Visual Studio Code. In opposite to the included PHP IntelliSense and other PHP extensions, this uses an AST to parse the source code instead of relying on naive regular expression parsing.

Features

Find all symbols

Find all symbols demo

Todo

  • Autocompletion
  • Rename
  • Goto definition
  • Format document
  • Hover
  • Follow composer autoloading

Build and Run From Source

Clone whole repository and in root directory execute:

composer install 
npm install
npm run compile

To install it in VS Code copy extension directory to .vscode/extensions.

Install extension in VS Code

Contributing

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.