tonypiper / phpactor

PHP completion, refactoring and introspection tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phpactor

phpactor2sm

Branch Status
master Build Status: master
develop Build Status: develop

This project aims to provide heavy-lifting refactoring and introspection tools which can be used standalone or as the backend for a text editor to provide intelligent code completion.

  • Accurate code completion including class name auto-import.
  • Various refactoring,fixes and code generation options.
  • Native VIM plugin (emacs plugin is in development).
  • Navigation (jump to definition, related classes, references etc).
  • Context menu.
  • More.

Installation

Phpactor is a general tool, it is not intended that it be installed as a project dependency.

See Installation for installation instructions.

Requirements

  • PHP 7.0+
  • Composer

Project Recommendations

Phpactor will perform better with Composer and, to a lesser extent, with GiT.

Documentation

Full documentation can be found on the Github page

Community

About

PHP completion, refactoring and introspection tool.

License:MIT License


Languages

Language:PHP 96.2%Language:Vim Script 3.8%Language:Shell 0.0%