June 2025
Beginner to intermediate
473 pages
13h 30m
English
As soon as you edit a PowerShell or Python file in VS Code for the first time, the editor asks you whether it should install the corresponding extension(s). You should always follow this recommendation! VS Code then performs syntax highlighting, completes keywords, indents your code correctly, and helps test and debug your scripts.
The most interesting features of the PowerShell extension include the following:
Run buttonThe toolbar of VS Code contains two Run buttons. One of them runs your script, while the other button runs only the previously marked lines of code.
NavigationBy pressing (Ctrl) while clicking, you can navigate directly to the definition of the variable ...
Read now
Unlock full access