Kivy Snippet support VSCode (.kv)
Developer : watchakorn-18k
Quick Start
- Install Extension
- Install Python
- Install Kivy
After installing add the following commands
- Hold Ctrl + Shift + P
- Type the word ' preferences:Open Settings (JSON) '
- Press Enter
- Copy and paste the command below, then reopen and close the program.
},
"editor.snippetSuggestions":"top",
"editor.tabCompletion":true
}
Change Log
[1.0.6]
[1.0.5]
[1.0.4]
- Change language to English
- Small Update
[1.0.3]
- Updated Snippet Kivy Added
- size_hint
- padding
- spacing
- color
- pos
- size
- text
- More...
[1.0.2]
[1.0.1]
[1.0.0]
- Initial release of kivy-snippets extension
| |