{"id":25845353,"url":"https://github.com/shonharsh/vscode-2025-mastering","last_synced_at":"2026-02-24T05:39:09.475Z","repository":{"id":279445057,"uuid":"927302910","full_name":"ShonHarsh/VSCode-2025-Mastering","owner":"ShonHarsh","description":"This repository contains my notes and files for the Udemy course Mastering Visual Studio Code (2025) by Alex Dan.","archived":false,"fork":false,"pushed_at":"2025-04-14T20:01:02.000Z","size":6160,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T21:23:07.092Z","etag":null,"topics":["academic","artificial-intelligence","backend","copilot","cplusplus","csharp","css","education","framework","frontend","git","html","java","javascript","python","typescript","vscode","vscode-extension","windows"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShonHarsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-04T18:29:12.000Z","updated_at":"2025-02-25T16:13:35.000Z","dependencies_parsed_at":"2025-02-25T16:32:27.044Z","dependency_job_id":"beca8f42-1175-4876-b259-a1f2fae8ebd6","html_url":"https://github.com/ShonHarsh/VSCode-2025-Mastering","commit_stats":null,"previous_names":["shonharsh/vscode-2025-mastering"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShonHarsh/VSCode-2025-Mastering","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShonHarsh%2FVSCode-2025-Mastering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShonHarsh%2FVSCode-2025-Mastering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShonHarsh%2FVSCode-2025-Mastering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShonHarsh%2FVSCode-2025-Mastering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShonHarsh","download_url":"https://codeload.github.com/ShonHarsh/VSCode-2025-Mastering/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShonHarsh%2FVSCode-2025-Mastering/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268315948,"owners_count":24231059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["academic","artificial-intelligence","backend","copilot","cplusplus","csharp","css","education","framework","frontend","git","html","java","javascript","python","typescript","vscode","vscode-extension","windows"],"created_at":"2025-03-01T08:18:35.564Z","updated_at":"2026-02-24T05:39:09.439Z","avatar_url":"https://github.com/ShonHarsh.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCode-2025-Mastering - Notes\n\nThis repository contains the notes for the Udemy course Mastering Visual Studio Code (2025) and the course resources.\n\n## Details\nName: [Mastering Visual Studio Code (2025)](https://www.udemy.com/course/mastering-visual-studio-code/)  \nInstructor: [Alex Dan](https://www.udemy.com/user/alexhorea/)  \n\n## Outline\n\n### Section 01: Introduction\n\n001. Udemy tips\n002. How to take this course\n003. Let's connect!\n004. VSCode installation\n005. Opening Visual Studio Code\n\n### Section 02: First Steps with VSCode\n\n006. Section intro\n007. Visual Studio Code interface\n008. File explorer\n009. Opening folders\n010. Command palette and key shortcuts\n011. Visual customization\n012. Settings\n013. VSCode Extensions\n014. Text search\n015. File search\n016. Optional - cursor tricks\n017. Optional - workspaces\n\n### Section 03: Coding with Code - General Topics\n\n018. Section intro\n019. The terminal\n020. Intellisense\n021. Code comments\n022. File formatting\n023. The Debugger\n024. Refactoring\n025. Code snippets\n026. Peek and Find\n027. Optional - Extensions\n028. Section extensions\n\n### Section 04: Halfway Discussion\n\n029. Halfway discussion\n\n### Section 05: JavaScript, Typescript and NodeJS with VisualCode\n\n030. Section intro\n031. Working with Types\n032. Code Navigation\n033. Linting with Eslint\n034. Formatting with Prettier\n035. Debugging: JavaScript on Node\n036. Debugging: JavaScript in Browser\n037. Debugging: TypeScript on Node\n038. Debugging: TypeScript in Browser\n039. Paste JSON as Code\n040. VSCode and React\n041. VSCode and Vue\n042. VSCode and Angular\n043. Section extensions\n\n### Section 06: Python in VSCode\n\n044. Section intro\n045. Python in VSCode\n046. Python formatting and linting\n047. Python virtual environments\n048. Python debugger\n049. Python unit testing\n050. Optional - Jupyter notebooks\n051. Further reading\n052. Section extensions\n\n### Section 07: Java in VSCode\n\n053. Section intro\n054. Install Java and Maven\n055. VSCode setup for Java development\n056. Java in VSCode\n057. Working with Junit tests\n058. Java debugger\n059. Java - Code assistance and refactor\n060. Formatting Java code\n061. Section extensions\n\n### Section 08: C++ in VSCode\n\n062. Section intro\n063. Compiler installation\n064. C++ in VSCode\n065. C++ build, run and debug\n066. Section extensions\n\n### Section 09: Working with no code files\n\n067. Section intro\n068. Markdown\n069. YAML\n070. SQL files and SQL client\n071. Section extensions\n\n### Section 10: Web design\n\n072. Section intro\n073. Writing HTML\n074. Writing CSS\n075. Live Server Extension\n076. Section extensions\n\n### Section 11: Remote development\n\n077. Section intro\n078. Virtual Machine configuration for remote SSH\n079. VSCode remote connection\n080. VSCode and Docker\n081. Remote development inside Docker\n082. Section extensions\n\n### Section 12: Git and Source control\n\n083. Section intro\n084. Optional - Git install\n085. Optional - Git basic commands\n086. Optional - GitHub and Git config\n087. Git Authentication\n088. Git and Visual Studio Code\n089. Git branches\n090. Git Ignore\n091. Handling commit conflicts\n092. Git Lens extension\n093. GitHub CodeSpaces\n094. Section extensions\n\n### Section 13: Visual Studio Code profiles\n\n095. Section intro\n096. Create Profiles\n097. Handle Profiles\n098. Export and Import Profiles\n099. Temporary profiles\n100. Profile templates\n\n### Section 14: GitGub Copilot\n\n101. Section intro\n102. GitHub copilot setup\n103. GitHub copilot chat\n104. Coding with GitHub copilot\n105. GitHub copilot versus codebase\n106. Section extensions\n\n### Section 15: Creating a VSCode extension\n\n107. Section intro\n108. Extension initial setup\n109. Extension data service\n110. Extension Status bar item\n111. Multiple extension commands\n112. Packing and testing the extension\n\n### Section 16: Visual Studio Code insights\n\n113. Section intro\n114. VSCode speech\n115. VSCode tips and tricks\n116. VSCode insiders\n117. Telemetry\n118. Optional - AWS toolkit\n119. Font ligatures\n120. Course conclusions\n121. Section extensions\n\n### Section 17: Ending section\n\n122. Thank you!\n123. Bonus\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshonharsh%2Fvscode-2025-mastering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshonharsh%2Fvscode-2025-mastering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshonharsh%2Fvscode-2025-mastering/lists"}