Code Editing With Vs-Code
Code Editing With Vs-Code
Ho Phu Quy
Basic command: Installation
• Visit https://code.visualstudio.com/download
Activity
bar
We can create
file/folder or open it
in here
Basic command: Creating and Opening Files/Folders
Basic command: Creating and Opening Files/Folders
Basic command: Search
Basic command: Creating and Opening Files/Folders
Basic command: Extensions
Basic command: Splitting the Editor
Ctrl+Z (Undo)
Ctrl+Y (Redo)
Ctrl+F (Find)
Ctrl+H (Replace)
Basic command
Thank you for following along with this introduction to Visual Studio Code. Let’s summarize the key
points we covered:
Installation: We started with how to download and install VS Code from the official website.
Interface Overview: We explored the main components of the VS Code interface, including the Task
Bar, Activity Bar, Editor Area, and Sidebar.
Creating and Opening Files/Folders: You learned how to create and open files and folders using the
Explorer view and shortcuts.
Basic Editing Commands: We went through essential editing commands like cut, copy, paste, undo,
redo, find, and replace.
Splitting the Editor: We saw how to split the editor to work on multiple files side-by-side.
Command Palette: We discovered the Command Palette, a powerful tool for accessing various
commands quickly.
Using Extensions: We discussed how to enhance VS Code's functionality with extensions and some
popular examples.
Compare Files: finally, we knew how to compare 2 files.
Thank you