Visual Studio Code for Python Developers Transcripts
Chapter: Exploring the Editor
Lecture: Exploring the VS Code User Interface

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Hey there and welcome to this module on exploring the editor with Visual Studio Code and I want to talk you through what we're going to cover in the module so you have an idea of what to expect.
0:11 First of all, we're going to take a look at and get a general overview of the user interface so that we can get acquainted with it and how it works and where things are within that space.
0:20 After that, we're going to take a look at the activity and secondary sidebars.
0:24 These are the bars that come up on either the left hand side or the right hand side, depending on your preferences and configuration.
0:30 You can hide and show those throughout your developer workflow.
0:33 After that, we're going to take a look at the command panel, which is your gateway to doing anything and everything all from the keyboard to jump around between different actions and customizations right within Visual Studio Code itself.
0:46 We'll take a look and understand the Explorer and workspaces, the Explorer being the area where you can open up folders and files and.
0:54 Have visually see what you're working on and workspaces allowing you to logically gather things together or aggregate different projects from different folders together into Visual Studio Code.
1:06 Once we're done with that, we're going to talk about the status bar, which is something that gives you active information about the current state of things when you're working on a project.
1:17 So things like the file you have open the current cursor position and line that it's on stuff like that within the status bar.
1:24 Then we'll talk about the terminal, which is going to allow you to run commands or navigate around different directories, things that you normally would do in an external terminal.
1:32 But this one is built into Visual Studio Code. After that, we'll talk about settings. We got to be able to customize our editor to our liking.
1:38 We got to tweak things, make things visible that we want visible, hide things that we don't want visible and stuff like that.
1:44 Shortcuts and whatnot that you'd like to be able to do.
1:46 Speaking of, we'll talk about common shortcuts that you can use to keep your workflow efficient and productive.
1:50 And then we'll talk about the default settings. So if you're using a default setting, you can use that.
1:54 So that you can jump through your projects, get your things done as fast as possible.
1:59 After that, Cecil and I are going to talk with you about extensions, the themes that we recommend that you can check out.
2:05 That'll help you and enhance your overall experience developing within Visual Studio Code.
2:09 And then that will close things out for this module on exploring the editor Visual Studio Code.


Talk Python's Mastodon Michael Kennedy's Mastodon