LAB 1.1 Flashcards
1
Q
- Work together remotely with your teachers or classmates using the free Live Share extension. Edit and debug your code in real time, and use the chat and call features to ask questions or discuss ideas together.
A
Collaborate and Communicate Effectively
2
Q
- Visual Studio Code highlights keywords in your code in different colors to help you easily identify coding patterns and learn faster.
- You can also take advantage of features like IntelliSense and Peek Definition, which help you understand how functions can be used, and how they relate to one another
A
Code to learn
3
Q
- As you code, Visual Studio Code gives you suggestions to complete lines of code and quick fixes for common mistakes.
A
Fix errors as you code
4
Q
- You can change the look and feel of VS Code by picking your favorite fonts and icons and choosing from hundreds of color themes.
A
Custom themes and colors
5
Q
- Use the built-in source control to save your work over time so you don’t lose progress. See a graphical side-by-side view to compare versions of your code from different points in time
A
Compare changes in your code
6
Q
- If you want to try a project in data science or data visualization, you can use Jupyter notebooks inside VS Code. Run your code step-by-step, and visualize and interact with your data, variables, graphs, and plots.
A
Code inside notebooks
7
Q
- Explorer - used to see folders and files
- Search - (magnifying glass) to search, find and replace text in files across the
workspace - Source Control - used to track changes in code with Git and GitHub
- Run and Debug - used to execute code and debug it using breakpoints
- Extensions - used to add additional features to the code editor
- Accounts - used to manage user accounts
- Settings - used to manage settings of Visual Studio code
A
Activity bar
8
Q
control center for all commands in Visual Studio Code
A
Command Palette
9
Q
where you can see errors or warnings, current line number, and programming language
A
Status Bar
10
Q
feature of visual studio code for smart completion of writing codes.
A
Intellisense
11
Q
Automatically saves the workspace.
A
Autosave
12
Q
install extensions in visual studio code such as Python extension for Visual Studio Code.
A
Install extensions
13
Q
you can change themes for VIsual Studio Code (File/Preferences/Themes)
A
Themes