Don Bhrayan M. Singh
Results
1
comments of
Don Bhrayan M. Singh
Try doing this: 1. Install [this extension](https://marketplace.visualstudio.com/items?itemName=padjon.save-and-run-ext) 2. In your user settings, add these lines ``` "saveAndRunExt": { "commands": [ { "match": ".php$", "isShellCommand" : false, "cmd": "wwm.aligncode" } ]...