Fast coding in visual studio code

Is it possible to write quick code and preview in Visual Studio code (Windows coding application)? I see in the manual for fast coding, which requires an ios system, but at the moment I only have windows.

Is it possible to quickly copy code in Windows?

+4
source share
2 answers

Yes, you can copy Swift to Windows. Check out RemObjects Silver , which gives you the Swift compiler in Visual Studio 2015. Visual Studio Express is free, but I don't know if it works with Silver.

Swift - . iOS , Foundation UITouch ( , : C, Objective-C ++). Apple Foundation Linux, , Linux , OS X. Windows. , Apple - UITouch .

.NET(, , - Mono), Java Sugar ( ). Swift Windows, , , iOS Windows. iOS, Mac, $500 Mac Mini . Xcode, Hackintosh , OS X.

+5

Swift windows c:\swift

vs code plugin code-runner

vs code - - - -

{
   "code-runner.executorMap": {
        "swift": "C:\\swift\\setPath.bat && cd $dir && swiftc -swift-version 4 $fileName -o $fileNameWithoutExt.exe && $fileNameWithoutExt.exe",
    },
}

.swift. (Ctrl + Alt + N)

0

Source: https://habr.com/ru/post/1651755/


All Articles