وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Visual Studio Code for Developers 2023: Beginner to Advanced

سرفصل های دوره

Learn Visual Studio Code, Extensions, Shortcuts, Version Control, Debugging, Jupyter Notebooks, Markdown, and More.


01 - Welcome to the Course Visual Studio Code for Developers
  • 001 Welcome to the Course - Important Course Information.html
  • 002 Introduce Yourself and Share your Goals.html

  • 02 - Getting Started with Visual Studio Code
  • 001 Welcome to this Section
  • 002 What is Visual Studio Code Introduction to Code Editors.html
  • 003 Download and Install Visual Studio Code
  • 004 Downloadable Resources for the Course.html
  • 004 demo.zip
  • 004 dice-game.zip
  • 004 fibonacci.zip
  • 004 images.zip
  • 004 my-app.zip
  • 004 web-development-demo.zip
  • 005 Visual Studio Code Version, Updates, and Shortcuts.html
  • 006 The User Interface (Panels, Bars, and Tools)
  • 007 Important Tools The Minimap and The Glyph Margin
  • 008 How to Zoom the Editor
  • 009 Discussion Topic Share your Thoughts.html

  • 03 - Working with Files and Folders
  • 001 Welcome to this Section
  • 002 How to Create a File (3 Options)
  • 003 How to Save a File
  • 004 How to Open a File
  • 005 How to Open a Folder
  • 006 How to Open Multiple Files + Preview Mode
  • 007 How to Toggle Autosave
  • 008 How to Close a File and a Folder
  • 009 Discussion Topic Share your Thoughts.html

  • 04 - How to Edit a Project in the Explorer
  • 001 Welcome to this Section
  • 002 Introduction to the Explorer + How to Toggle the Explorer
  • 003 Expand and Collapse Folders in the Explorer
  • 004 Create and Delete Files in the Explorer
  • 005 Create and Delete Folders in the Explorer
  • 006 Move Files and Folders in the Explorer
  • 007 Rename a File in the Explorer
  • 008 Drag and Drop a File
  • 009 Refresh the Explorer
  • 010 Collapse All Folders
  • 011 Discussion Topic Share your Thoughts.html

  • 05 - Search in Visual Studio Code
  • 001 Welcome to this Section
  • 002 Search in Visual Studio Code
  • 003 How to Search on the Side Bar
  • 004 Match Case
  • 005 Match Whole Word
  • 006 Searching with Regular Expressions.html
  • 007 Search and Replace
  • 008 Include and Exclude Files from Search
  • 009 Discussion Topic Share your Thoughts.html

  • 06 - The Integrated Terminal and the Command Prompt
  • 001 Welcome to this Section
  • 002 Introduction to the Terminal.html
  • 003 Launch Visual Studio Code from the Command Prompt
  • 004 Open Files and Folders in Visual Studio Code from the Command Prompt
  • 005 Open Multiple Files in Visual Studio Code from the Command Prompt
  • 006 The Integrated Terminal in Visual Studio Code
  • 007 Install Node.js to run npm start.html
  • 008 Opening Multiple Terminals and the Terminal Shell
  • 009 Command Line Help
  • 010 Discussion Topic Share your Thoughts.html

  • 07 - Customize Visual Studio Code + Settings
  • 001 Welcome to this Section
  • 002 How to Open the Settings Panel
  • 003 Frequently Used Settings
  • 004 How to Change Tabs to Spaces and Spaces to Tabs
  • 005 Change the Number of Spaces per Level of Indentation
  • 006 Change the Theme
  • 007 How to Show or Hide the Minimap
  • 008 Resize Panels and Split the Editor
  • 009 Wrap Long Lines
  • 010 Customize the Settings for Each Programming Language
  • 011 Default Settings.html
  • 012 Customizing the Terminal
  • 013 Move the Terminal (Right, Left, Bottom)
  • 014 Bracket Pair Colorization.html
  • 015 Discussion Topic Share your Thoughts.html
  • external-links.txt

  • 08 - Improve your Productivity in Visual Studio Code
  • 001 Welcome to this Section
  • 002 Important Keyboard Shortcuts
  • 003 How to Customize Keyboard Shortcuts
  • 004 Open Multiple Editor Groups and Multiple Files per Editor Group
  • 005 Jump Between Editor Groups
  • 006 How to Create and Work with Workspaces
  • 007 Full Screen Mode
  • 008 Toggle the Menu Bar
  • 009 Zen Mode in Visual Studio Code
  • 010 Fast Scrolling to Reach Code Blocks Faster
  • 011 Sticky Scroll
  • 012 File Rename Selection
  • 013 Create a File and a Folder Simultaneously
  • 014 Discussion Topic Share your Thoughts.html

  • 09 - Extensions in Visual Studio Code
  • 001 Welcome to this Section
  • 002 What is an Extension.html
  • 003 How to Install an Extension in Visual Studio Code
  • 004 How to Manage and Uninstall Extensions
  • 005 Disable and Enable Extensions
  • 006 Disable Auto Update for All Extensions
  • 007 How to Filter and Sort Extensions in the Marketplace
  • 008 Popular Extension Prettier
  • 009 Popular Extension ESLint
  • 010 Popular Extension Python
  • 011 Popular Extension React Snippets
  • 012 Popular Extension Jupyter Notebooks
  • 013 Popular Extension Live Server
  • 014 How to Customize the Settings of an Extension
  • 015 Popular Extension CodeSnap
  • 016 Discussion Topic Share your Thoughts.html

  • 10 - Code Snippets in Visual Studio Code
  • 001 Welcome to this Section
  • 002 What is a Code Snippet.html
  • 003 How to Add a Built-in Code Snippet
  • 004 Install Code Snippets from the Extensions Marketplace
  • 005 Define New Custom Code Snippets
  • 006 Remove and Hide Code Snippets
  • 007 Discussion Topic Share your Thoughts.html

  • 11 - Web Development in Visual Studio Code
  • 001 Welcome to this Section
  • 002 Adjusting Panels and Layout for HTML, CSS, and JavaScript
  • 003 The Liver Server Extension - See your Changes Immediately
  • 004 Emmet Abbreviations - Write HTML Faster in Visual Studio Code
  • 005 Extensions for Web Development
  • 006 Discussion Topic Share your Thoughts.html

  • 12 - Source Control in Visual Studio Code (Git + GitHub)
  • 001 Welcome to this Section
  • 002 Built-in Git Support and Why You Should Use it.html
  • 003 The Source Control Panel + Initialize a Repository
  • 004 State Codes - Untracked and Modified
  • 005 Stage Changes and Make a Commit
  • 006 Discard Changes
  • 007 View as Tree or View as List
  • 008 Commit Changes
  • 009 Add a Remote GitHub Repository
  • 010 Clone a GitHub Repository.html
  • 011 Push Changes to your GitHub Repository
  • 012 Pull Changes from your GitHub Repository
  • 013 Create a Branch
  • 014 Create Branch vs. Create Branch From.html
  • 015 Checkout a Branch
  • 016 Push a Branch to GitHub
  • 017 Pull a Branch from GitHub
  • 018 Merge Branches
  • 019 Rename Branch
  • 020 Delete Branch
  • 021 Remove Remote
  • 022 The Git Output Window.html
  • 023 Popular Source Control Extensions for Visual Studio Code
  • 024 Discussion Topic Share your Thoughts.html

  • 13 - Python Development in Visual Studio Code
  • 001 Welcome to this Section
  • 002 Quick Tip How to Leave or Update Your Review.html
  • 003 The Python Extension
  • 004 Add Python to PATH.html
  • 005 Select a Python Interpreter
  • 006 Change Indentation to 4 Spaces.html
  • 007 Python Linting in Visual Studio Code
  • 008 See Linting Output
  • 009 Run a Python File in the Terminal
  • 010 Create Virtual Environments and Install Packages
  • 011 Customize your Python Settings.html
  • 012 Discussion Topic Share your Thoughts.html

  • 14 - Debugging in Visual Studio Code
  • 001 Welcome to this Section
  • 002 What is the Debugger.html
  • 003 The Run and Debug Tool
  • 004 How to Run the Debugger
  • 005 Debug Actions
  • 006 Breakpoints and Debugging
  • 007 Practice using the Debugger
  • 008 Enable vs. Disable Breakpoints.html
  • 009 Breakpoints vs. Logpoints
  • 010 How to Inspect Variables at Breakpoints
  • 011 Conditional Breakpoints
  • 012 Watch Variables and Expressions
  • 013 Hit Count Breakpoints
  • 014 Discussion Topic Share your Thoughts.html

  • 15 - Jupyter Notebooks in Visual Studio Code
  • 001 Welcome to this Section
  • 002 What is a Jupyter Notebook.html
  • 003 The Jupyter Notebooks Extension
  • 004 Quick Note.html
  • 005 Install the ipykernel for Jupyter Notebooks.html
  • 006 Create a Jupyter Notebook
  • 007 Save, Open, and Close a Jupyter Notebook
  • 008 Add Text and Code Cells to a Jupyter Notebook
  • 009 How to Run Code Cells in a Jupyter Notebook
  • 010 Edit Code Cells in a Jupyter Notebook
  • 011 Delete Code Cells from a Jupyter Notebook
  • 012 Reorder Cells in a Jupyter Notebook
  • 013 Change Code Cells to Markdown Cells and Markdown Cells to Code Cells
  • 014 Clear the Output of Code Cells
  • 015 Toggle Line Numbers in Code Cells
  • 016 Variable Explorer
  • 017 Restart the Kernel.html
  • 018 Important Cell Options for Jupyter Notebooks
  • 019 Export Jupyter Notebooks (Python, HTML, PDF).html
  • 020 Discussion Topic Share your Thoughts.html

  • 16 - Markdown in Visual Studio Code
  • 001 Welcome to this Section
  • 002 What is Markdown.html
  • 003 Create and Save a Markdown File
  • 004 Preview a Markdown File
  • 005 Markdown Basics How to Write a Markdown File
  • 006 How to Write a Table in Markdown.html
  • 007 How to Disable Scroll Synchronization.html
  • 008 Outline View
  • 009 Markdown Snippets
  • 010 Drag and Drop Images and Files
  • 011 Popular Markdown Extensions for Visual Studio Code
  • 012 Does Visual Studio Code Support GitHub Flavored Markdown.html
  • 013 Discussion Topic Share your Thoughts.html

  • 17 - Profiles in Visual Studio Code
  • 001 Welcome to this Section
  • 002 Create a Profile
  • 003 Temporary Profiles.html
  • 004 Profiles Workspace Associations.html
  • 005 Switch Between Different Profiles
  • 006 Delete a Profile
  • 007 Rename a Profile
  • 008 Profile Contents
  • 009 Export a Profile (Local File and GitHub Gists)
  • 010 Import a Profile (from Local File and GitHub Gists)
  • 011 Launch Visual Studio Code from the Command Line with a Profile
  • 012 Discussion Topics Share your Thoughts.html

  • 18 - Tips for the Visual Studio Code Pro
  • 001 Welcome to this Section
  • 002 Run Visual Studio Code in the Browser + Open a GitHub Repository
  • 003 Keymaps in Visual Studio Code
  • 004 Keyboard Shortcuts Reference Sheet (Windows and macOS).html
  • 005 Quick Open
  • 006 Multiple Selections (multi-cursor).html
  • 007 Column (Box) Selection
  • 008 Copy Line Up or Down
  • 009 Move Line Up or Down
  • 010 Shrink and Expand Selection
  • 011 Outline View in Code Files.html
  • 012 Trim Trailing Whitespace
  • 013 Automatic Code Formatting
  • 014 Jump to the Beginning and End of a File
  • 015 Peek in Visual Studio Code.html
  • 016 Wrap Tabs
  • 017 Pin Tabs
  • 018 Customized Fold Regions.html
  • 019 The Testing View.html
  • 020 Pets Extension for Visual Studio Code
  • 021 Discussion Topic Share your Thoughts.html

  • 19 - Congratulations! You Completed the Course
  • 001 Congratulations! You Completed the Course
  • 002 Download your Certificate and Share your Experience.html
  • 003 Bonus Lecture.html
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 17276
    حجم: 2318 مگابایت
    مدت زمان: 501 دقیقه
    تاریخ انتشار: ۱۳ مرداد ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید