This project introduces Kivy (KV) language support to VS Code.
Kivy is a open source library to make cool user interfaces using Python. If you would like to learn more please visit: https://kivy.org/
Supports Visual Code version 1.16.0 and up.
Current features:
- Syntax highlighting
- Code snippets for widgets
- A language server providing diagnostics
This project uses Mocha as an testing framework and Chai as an assertion libray.
Run the tests by executing the command npm test
.
-
Install all packages by running:
"npm install"
-
Compile the program by running:
"npm run compile"
-
Start debugging by hitting F5