Swift in VSCode

Hey hi… I’m a Windows 7 user… I installed Visual Studio Code and I found that there is an option to code in Swift. So will I be able to at least learn to code in Swift on VSCode?

Not really since there would be no syntax checking because Xcode checks your syntax as you code. In VSCode there is no interpreter/complier in the background making sure that your code is correct.

Here is a video from Chris Ching with some options for windows users to be able to get access to a virtual Mac online using MacStadium. It’s a great way to have a look and see if Xcode/Swift/iOS Development is the path for you without having to outlay a huge amount of money.

Thank you so much @Chris_Parker