KodiDevKit
ST4 plugin to help with Kodi skinning / scripting (IDE-like)
Details
Installs
- Total 791
- Win 492
- Mac 113
- Linux 186
| Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
KodiDevKit
A Sublime Text 4 plugin for Kodi skin and addon development. Provides validation, intelligent tooltips, auto-completion, JSON-RPC integration, and more.
Documentation
- Validation – On-save XML checks and full-skin reports covering variables, includes, labels, fonts, IDs, images, and XML structure.
- Features – Tooltips, auto-completion, keyboard shortcuts, fuzzy searches, context menu, JSON-RPC commands, Kodi log integration.
- Settings – Every setting with type, default, and description.
- Skin Shortcuts – How KodiDevKit handles runtime-generated content from script.skinshortcuts.
Requirements
- Sublime Text 4 or later.
- Project structure: Open your Kodi addon root as the only project folder.
- Configuration: Set up KodiDevKit settings via Preferences > Package Settings > KodiDevKit. At minimum, set
kodi_pathto your Kodi installation folder.
Installation
Package Control (recommended): Install Package Control if you don't have it, then open the Command Palette (Ctrl+Shift+P), select “Package Control: Install Package”, and search for “KodiDevKit”.
Manual: Clone into your Sublime Text Packages folder:
# Windows
cd "%APPDATA%/Sublime Text/Packages"
# macOS
cd "~/Library/Application Support/Sublime Text/Packages"
# Linux
cd "~/.config/sublime-text/Packages"
git clone https://github.com/MikeSiLVO/KodiDevKit.git
Restart Sublime Text after installing.