Learn how to extend VS Code functionality through the use of extensions. You’ll see how to search for extensions using keywords, sort the results and how to customize the extensions once installed. This lesson will also show you how to install and configure the Python extension which supports:
- Linting
- Debugging support
- Code completion with IntelliSense
- Code snippets
- Unit testing support and more
chuahengwee on Jan. 6, 2020
just a note, pylint requires AutoSave to be turned on (which is not a defauit settings). Else u will need to manually save the file to see pylint taking effect. also, need to take note of the pylint path especially if working in venv. took me a while to figure this out. would be good if u can include in future updates to the video