vscode-php-intellisense/README.md

1.6 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

Todo

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

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.