- Install VS Code
- Install following extensions:
- Code Runner
- PHP Debug
- PHP Intellisense
- Restart VS Code
- Add the following to user settings (pay attention to php.exe path):
{
- Install following extensions:
"code-runner.executorMap": {
{
"code-runner.executorMap": {
using System; | |
using Foundation; | |
using UIKit; | |
using TwinCoders.TouchUtils.Extensions; | |
using CoreGraphics; | |
namespace SalesForce.Touch.Views | |
{ | |
public abstract partial class ParentViewController | |
{ |