🛠️Using Core
Preparing Visual Studio Code to use UgCore
Before we start, we have some recommendations that you can use in your Visual Studio Code to start programming with UgCore.
UgCore Extension
UgCore has their own Visual Studio Code extension that you can install and use it in your Visual Studio Code. This extension will add code snippets to simplify your code and to prevent waste of time. If you want to install, click here to go to the page.
Implementing UgCore in your script
To use the core in your own script, you must implement in the top of your script the export of the framework before using it.
Now, you are ready to start using our framework.
Last updated