From f212a823355cc6ab0a37e349511aabad7343a131 Mon Sep 17 00:00:00 2001 From: Jisha Naik <84335748+jishanaik@users.noreply.github.com> Date: Fri, 1 Oct 2021 01:57:09 +0530 Subject: [PATCH 1/5] Create Readme.md --- swift/Readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 swift/Readme.md diff --git a/swift/Readme.md b/swift/Readme.md new file mode 100644 index 0000000..b13abe0 --- /dev/null +++ b/swift/Readme.md @@ -0,0 +1,5 @@ +## Prerequisites for Swift: + + Mac OS X 10.9 (Mavaricks or later) + + XCode 6 From 81589c8fc83d61505801d9da38c4cacf97c78c7e Mon Sep 17 00:00:00 2001 From: Jisha Naik <84335748+jishanaik@users.noreply.github.com> Date: Fri, 1 Oct 2021 02:01:07 +0530 Subject: [PATCH 2/5] Create helloworld.swift --- swift/helloworld.swift | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 swift/helloworld.swift diff --git a/swift/helloworld.swift b/swift/helloworld.swift new file mode 100644 index 0000000..3ee045e --- /dev/null +++ b/swift/helloworld.swift @@ -0,0 +1,4 @@ +// Hello world in Swift programming language + +import Swift +print("Hello, World!") From c1fb2f9acb6b58b48b572cc2986c5a89f3190fcc Mon Sep 17 00:00:00 2001 From: Jisha Naik <84335748+jishanaik@users.noreply.github.com> Date: Fri, 1 Oct 2021 23:02:56 +0530 Subject: [PATCH 3/5] Update Readme.md --- swift/Readme.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/swift/Readme.md b/swift/Readme.md index b13abe0..3390b41 100644 --- a/swift/Readme.md +++ b/swift/Readme.md @@ -1,5 +1,9 @@ ## Prerequisites for Swift: - Mac OS X 10.9 (Mavaricks or later) - - XCode 6 + XCode, CodeRunner, VS code, AppCode are some of the IDEs you can use for swift programming language. + + VS code is one of the IDEs you can use for swift programming language. Visual Studio Code is an open-source and free source code editor. This editor has various + interactive features such as syntax highlighting and autocomplete with IntelliSense which provides smart completions based on variable types, function definitions, + and imported modules, debug code, review diffs, stage files, and make commits right from the editor, etc. An extension for VS Code provides support for the Swift + language which includes completion lists, signature help, snippets, quick info, and goto definition. For working in the Swift environment, a user needs to have + Visual Studio Code installed and then search for the Swift for Visual Studio Code extension from the command palette. From ad9da582f26a7653983fb6e3798a29821e54de32 Mon Sep 17 00:00:00 2001 From: Jisha Naik <84335748+jishanaik@users.noreply.github.com> Date: Fri, 1 Oct 2021 23:05:00 +0530 Subject: [PATCH 4/5] Update Readme.md --- swift/Readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/swift/Readme.md b/swift/Readme.md index 3390b41..cfebc6b 100644 --- a/swift/Readme.md +++ b/swift/Readme.md @@ -2,8 +2,5 @@ XCode, CodeRunner, VS code, AppCode are some of the IDEs you can use for swift programming language. - VS code is one of the IDEs you can use for swift programming language. Visual Studio Code is an open-source and free source code editor. This editor has various - interactive features such as syntax highlighting and autocomplete with IntelliSense which provides smart completions based on variable types, function definitions, - and imported modules, debug code, review diffs, stage files, and make commits right from the editor, etc. An extension for VS Code provides support for the Swift - language which includes completion lists, signature help, snippets, quick info, and goto definition. For working in the Swift environment, a user needs to have + VS code is one of the IDEs you can use for swift programming language. Visual Studio Code is an open-source and free source code editor. This editor has various interactive features such as syntax highlighting and autocomplete with IntelliSense which provides smart completions based on variable types, function definitions, and imported modules, debug code, review diffs, stage files, and make commits right from the editor, etc. An extension for VS Code provides support for the Swift language which includes completion lists, signature help, snippets, quick info, and goto definition. For working in the Swift environment, a user needs to have Visual Studio Code installed and then search for the Swift for Visual Studio Code extension from the command palette. From 4409188e065b24b18e8c91f1ee3514e1a05a1fef Mon Sep 17 00:00:00 2001 From: Jisha Naik <84335748+jishanaik@users.noreply.github.com> Date: Fri, 1 Oct 2021 23:05:46 +0530 Subject: [PATCH 5/5] Update Readme.md --- swift/Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/swift/Readme.md b/swift/Readme.md index cfebc6b..a96f141 100644 --- a/swift/Readme.md +++ b/swift/Readme.md @@ -2,5 +2,4 @@ XCode, CodeRunner, VS code, AppCode are some of the IDEs you can use for swift programming language. - VS code is one of the IDEs you can use for swift programming language. Visual Studio Code is an open-source and free source code editor. This editor has various interactive features such as syntax highlighting and autocomplete with IntelliSense which provides smart completions based on variable types, function definitions, and imported modules, debug code, review diffs, stage files, and make commits right from the editor, etc. An extension for VS Code provides support for the Swift language which includes completion lists, signature help, snippets, quick info, and goto definition. For working in the Swift environment, a user needs to have - Visual Studio Code installed and then search for the Swift for Visual Studio Code extension from the command palette. + VS code is one of the IDEs you can use for swift programming language. Visual Studio Code is an open-source and free source code editor. This editor has various interactive features such as syntax highlighting and autocomplete with IntelliSense which provides smart completions based on variable types, function definitions, and imported modules, debug code, review diffs, stage files, and make commits right from the editor, etc. An extension for VS Code provides support for the Swift language which includes completion lists, signature help, snippets, quick info, and goto definition. For working in the Swift environment, a user needs to have Visual Studio Code installed and then search for the Swift for Visual Studio Code extension from the command palette.