PLD Lesson 4 - Setting Up the VS Code Environment.pdf

ssuser609e37 358 views 29 slides Oct 07, 2024
Slide 1
Slide 1 of 29
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29

About This Presentation

Visual Studio Code: A Developer's Swiss Army Knife
Visual Studio Code (VSCode), a free and open-source code editor developed by Microsoft, has rapidly gained popularity among developers worldwide. Its versatility, extensibility, and performance have made it a go-to tool for a wide range of progr...


Slide Content

Lesson 4 – Program Logic and Design
Professional Lecturer

WHAT IS VS CODE? >

KEY FEATURES OF VS CODE:

= Syntax Highlighting: Colors code
elements differently to improve
readability.

= IntelliSense: Provides code
completion, suggestions, and
quick information. |

= Debugging: Allows you to step Visual Studio Code
through code, set breakpoints, and
inspect variables.

IMAGE SOURCE nitps://encrypted-tbnO.gstatie.comlimages?q= HUhhN8TvoOFJRRd4CInsOXkRX9EbAGs

WHAT IS VS CODE? >

KEY FEATURES OF VS CODE:

= Git integration: Built-in support for
version control.

= Extensibility: A vast ecosystem of
extensions adds features for various
programming languages and
frameworks. 4

* Customization: You can customize the Visual Studio Code
appearance, theme, and keyboard
shortcuts to suit your preferences.

IMAGE SOURCE https; Joncrypted-tbn0 gstatic.com/images?q=1br:ANd9GeTnoirCIUNNNBTVODFIRRAACINSONKRXGEDAES

SETTING UP VSCODE
FOR C DEVELOPMENT