Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 693 Bytes

File metadata and controls

35 lines (22 loc) · 693 Bytes

PHPFixer

This is a prototype automated program repair tool for PHP bugs.

How to Run the Application

Installation

$ npm install

Start

$ npm run start

How to Use

First build the vs code extention. Run following command it will create a .vsix file.

Build

$ npm run build

Go ot extentions, click the 'views and more action' and import the vsix file.

Open the buggy PHP prgram.

Select the buggy line and right click on it. then click Fix PHP Bug.

Note :-

Download the trained PHP Fixer model here. and run the local server.ipynb file.