VSCode Plugin
This document will demonstrate how the code completion and debugging functionalities of the UIP VSCode Plugin can be used to speed up the Extension development process.
It is highly recommended to first go through Extension Development before following the tutorials in this document.
The debugging functionality is shown in the following pages:
Title | Description |
|---|---|
Introduction to the plugin's debugging capabilities. | |
Ensuring all the plugin's dependencies are downloaded and available for use. | |
Creating the initial debugging configuration for a | |
Testing out the initial debugging configuration. | |
Modifying the configuration and testing it. | |
Dynamically updating | |
Adding a configuration entry for | |
Demonstrating the Cancel functionality during a debug session. | |
Showing the ability to change API level for quick testing. | |
Contains detailed documentation of the debugging functionality for reference. |
The context aware code completion functionality is shown in the following pages:
Title | Description |
|---|---|
Introduction to the plugin's code completion capabilities. | |
List of required items to follow along with the demo. | |
Demonstrating code completion for | |
Demonstrating code completion for | |
Demonstrating code completion for |