<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>How to Create Projects in Visual Studio Code by Dinesh Sthapit</title>
      <link>https://padlet.com/todxs2010/u8ngb4tk56md3ve8</link>
      <description>Creating Projects in Visual Studio Code</description>
      <language>en-us</language>
      <pubDate>2021-08-07 17:20:50 UTC</pubDate>
      <lastBuildDate>2025-10-12 22:07:58 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Watch Video</title>
         <author>todxs2010</author>
         <link>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671753908</link>
         <description><![CDATA[<div>https://www.youtube.com/watch?v=iIibgEg2Bw0<br><br><br><br></div>]]></description>
         <enclosure url="https://www.youtube.com/watch?v=2WeYJrGbyIg&amp;t=19s" />
         <pubDate>2021-08-07 17:22:06 UTC</pubDate>
         <guid>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671753908</guid>
      </item>
      <item>
         <title>Step 1: Open Visual Studio Code</title>
         <author>todxs2010</author>
         <link>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671756921</link>
         <description><![CDATA[<div>From the File Menu, Select "Open Folder" or File&gt; Open Folder</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-07 17:35:02 UTC</pubDate>
         <guid>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671756921</guid>
      </item>
      <item>
         <title>Step 2: Creating WorkSpace</title>
         <author>todxs2010</author>
         <link>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671757539</link>
         <description><![CDATA[<div>Browse to a location where you save your Class Documents and Assignments you Create a new folder with the name ="MyJava-WorkSpace'<br><br>** If you are presented with any additional Dialog windows. Select "YES"&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-07 17:37:51 UTC</pubDate>
         <guid>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671757539</guid>
      </item>
      <item>
         <title>Step 3: Save the Workspace.</title>
         <author>todxs2010</author>
         <link>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671758534</link>
         <description><![CDATA[<div>From File Menu Select "File&gt;Save Workspace as"<br>And provide a name "Java Workspace"</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-07 17:42:43 UTC</pubDate>
         <guid>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671758534</guid>
      </item>
      <item>
         <title>Step 4: Adding Assignment specific Folders and Files</title>
         <author>todxs2010</author>
         <link>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671760292</link>
         <description><![CDATA[<div>Add a new Folder : Hint: "From the Workspace Panel".<br>There are three Icons "New File",&nbsp; "New Folder" ......<br><br>Click on the "New Folder"<br>Then provide the name for the folder, in this case "Collections".</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-07 17:51:00 UTC</pubDate>
         <guid>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671760292</guid>
      </item>
      <item>
         <title>Step 5: Creating a Java Class File</title>
         <author>todxs2010</author>
         <link>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671762383</link>
         <description><![CDATA[<div>Ref: Watch this Video https://www.youtube.com/watch?v=2WeYJrGbyIg&amp;t=71s<br><br>Now add a new file by clicking on the "+ New File" in the Workspace Panel and name that file MyArray.java.<br><br>Important: You must name the file with ".java" at the end of the file name. This will tell VS Code that you want to work with the Java programming language.<br><br>VS Code is intelligent and it will provide you with much helpful productive code guidance and snippets of code.&nbsp;</div>]]></description>
         <enclosure url="https://www.youtube.com/watch?v=2WeYJrGbyIg&amp;t=71s" />
         <pubDate>2021-08-07 18:00:39 UTC</pubDate>
         <guid>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671762383</guid>
      </item>
      <item>
         <title>Step 6: Start typing your code</title>
         <author>todxs2010</author>
         <link>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671763691</link>
         <description><![CDATA[<div>Read the Article on the following website before attempting the&nbsp; Excercises<br>All the codes are from :https://www.softwaretestinghelp.com/java/introduction-to-java-arrays-and-related-concepts/<br><br>Exercise 1:<br>Copy the following code in the file "MyArray.Java"<br>//Start Section of the code<br>public class Main</div><div>{</div><div>&nbsp; &nbsp; &nbsp; &nbsp;public static void main(String[] args) {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var message = "Hello  I am Java";&nbsp;</div><div>&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; System.out.println(message);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>}<br><br>//End Section of the code</div><div>&nbsp;<br><br></div>]]></description>
         <enclosure url="https://www.softwaretestinghelp.com/java/introduction-to-java-arrays-and-related-concepts/" />
         <pubDate>2021-08-07 18:06:44 UTC</pubDate>
         <guid>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671763691</guid>
      </item>
      <item>
         <title>Step 7:  Debugging and Running a JavaCode:</title>
         <author>todxs2010</author>
         <link>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671765870</link>
         <description><![CDATA[<div>Ref Video:<br>https://www.youtube.com/watch?v=dS_A3TpJbXc<br><br>It is always advisable to learn how to debug a Java Code<br><br>Now go to top of the File in your Code Editor in your Java Code<br>And Click on the Run | Debug Context menu just above the public static main method name as shown in the video.</div>]]></description>
         <enclosure url="https://www.youtube.com/watch?v=dS_A3TpJbXc" />
         <pubDate>2021-08-07 18:15:59 UTC</pubDate>
         <guid>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671765870</guid>
      </item>
      <item>
         <title>Step 9: Resolving Issues:</title>
         <author>todxs2010</author>
         <link>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671771067</link>
         <description><![CDATA[<div>Coding is not a perfect world, there is always going to be issued. We learn from imperfections, issues, and mistakes. This is normal.<br><br>You need to have a little patience and lots of repeated practice. If you need help make an appointment: <br><br>Watch: https://www.youtube.com/watch?v=VRm75_tOU0U&amp;t=3s<br><br></div>]]></description>
         <enclosure url="https://www.youtube.com/watch?v=VRm75_tOU0U&amp;t=3s" />
         <pubDate>2021-08-07 18:39:18 UTC</pubDate>
         <guid>https://padlet.com/todxs2010/u8ngb4tk56md3ve8/wish/1671771067</guid>
      </item>
   </channel>
</rss>
