Como instalar VS code
Como instalar VS code
Como instalar VS code
o On the homepage, you will see a large Download button labeled "Download
for Windows."
o Click the button to start the download for the 64-bit version.
o A User Account Control prompt may appear, asking for permission to allow
the app to make changes to your device.
o Click Yes.
3. Welcome Screen:
4. License Agreement:
▪ Add "Open with Code" action to Windows Explorer: This option will
let you open folders and files directly in VS Code from File Explorer by
right-clicking.
7. Ready to Install:
8. Installation Complete:
o Once the installation is complete, the installer will show a screen with the
option to Launch Visual Studio Code.
o Leave the box checked, then click Finish to exit the installer.
1. Launch VS Code:
o You’ll see the Welcome screen, where you can explore various tips and
shortcuts for using VS Code.
2. Install Extensions:
o On the left sidebar, you will see an Extensions icon (a square icon with four
smaller squares inside).
3. Customize Settings:
▪ Font size.
o To test the editor, you can open a new file by pressing Ctrl+N.
o Write some code and save it with the appropriate file extension (e.g., .html,
.js, .py).
5. Integrated Terminal:
o To open the terminal, click on Terminal > New Terminal from the top menu,
or use the shortcut Ctrl+ (backtick).
o The terminal will open at the bottom of the screen, and you can run
commands (e.g., node -v, python --version).
• Installer Screens: The VS Code installer will have a simple, user-friendly interface
with blue and white color themes.
• Icons: The installer and setup screens will feature icons like the VS Code logo and
simple navigation buttons (Next, Install, Finish).
• VS Code Interface: The main interface of VS Code has a left sidebar with icons for:
o Search,
o Extensions,
o The central area is where your code editor and files will be displayed.