Table of Contents

VsCode - Php

About

Php dev in VsCode

Installation

Install Php Intellisense with the following configuration

{
    "php.suggest.basic": false,
    "php.executablePath": "C:\\php\\php-7.1.9-nts-Win32-VC14-x64\\php.exe"
}