Visual Studio Code Guide
Visual Studio Code Guide
3. Basic Operations
➔ Creating a New File:
◆ Go to File > New File or use the shortcut Ctrl+N (Windows/Linux) or Cmd+N
(macOS).
➔ Saving a File:
◆ Save your file by clicking File > Save or using Ctrl+S (Windows/Linux) or
Cmd+S (macOS).
➔ Opening a File:
◆ Open a file through File > Open File or using Ctrl+O (Windows/Linux) or
Cmd+O (macOS).
4. Working with Extensions
➔ Installing Extensions:
◆ Open the Extensions view by clicking on the square icon on the Sidebar.
◆ Search for the desired extension (e.g., Python, C++, etc.) and click 'Install'.
7. Customising VS Code
➔ Themes: Change your theme by going to File > Preferences > Color Theme to
choose a visual style that suits you.
➔ Settings: Customize further by opening Settings via File > Preferences > Settings.
You can modify editor settings, keybindings, and more.
8. Getting Help
➔ Documentation and Resources:
◆ The official Visual Studio Code Documentation is an excellent resource for
detailed guides and tutorials.
◆ Community forums and Stack Overflow are also valuable for specific
questions and troubleshooting.
This guide should help you get started with Visual Studio Code as a beginner, enabling you
to explore more complex programming tasks as you grow more comfortable with the
environment.