
Learners will have a working installation of VS Code on their computers.
Learners will have a working installation of NPM and NodeJS.
Students will learn about the VS Code Extension API
Learners will make their first VS Code Extension.
Introduce learners to snippets
Learner further explore the docs.
Learners implement their own version of RAFCE.
Students learn about the VS Code File System API
Learners implement File and Folder creation in VS Code with generated boilerplate
Students create a customized Context Menu with Submenus
Students learn how to handle context menu groups
Students learn to publish extensions to the VS Code Marketplace
Students add recommended 3rd-party extensions to their extension.
Students learn how to distribute private extensions.
This course teaches how to maximize programmer productivity inside the Visual Studio Code Integrated Development Environment. This video series targets Engineering Managers, Chief Technology Officers (CTOs) and generally, people who manage software engineers. We aim to show the powerful IDE features extended through the VS Code API. Ultimately, we desire to enhance programmer productivity through the showcase of VS Code's extensive features.
In this course, you shall :
Learn to make Visual Studio Code Extensions with the JavaScript programming language.
Become aware of common gotchas that disrupt the Visual Studio Code Extension making process.
Navigate the Visual Studio Code API documentation and discover pre-written code samples offered in TypeScript.
Grasp the anatomy of a VS Code extension and the different functions required to create a valid extensions.js file.
Understand how to create a snippets.json file.
Work with cursor positions, file names and placeholder variables to perform intelligent code completion.
Display information notiffication boxes inside Visual Studio Code.
Generate files with arbitrary names and file extensions programmatically using the in-built VS Code fs package. .
Extend file creation to creating entire folders with nested structure.
Create custom boilerplate generators with arbitrary text.
Personalize your right-click menu to show company-specific commands.
Customize the indices of different commands as each appears inside the context menu.
Learn to add different sections to the Contributes portion of VS Code's package.json file