Analysis updated 2026-08-08 · repo last pushed 2023-11-22
Get color-coded syntax highlighting when editing QML files in Sublime Text.
Jump directly to where an item, property, or component is defined without manual scrolling.
Insert commonly used QML code blocks instantly using ready-made snippet shortcuts.
| sublimetext/qml | jeysef/kde-windows-modern | francescopnr-dev/xmb-dashboard | |
|---|---|---|---|
| Stars | 29 | 31 | 24 |
| Language | QML | QML | QML |
| Last pushed | 2023-11-22 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 2/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Install via Sublime Text Package Control, open the command palette, search for the package, and hit enter.
If you write code in QML, a language used for building user interfaces in the Qt framework, and you use Sublime Text or Sublime Merge as your code editor, this package makes your life easier by adding proper support for that language. Without it, your QML files would just look like plain text with no helpful formatting or shortcuts. Once installed, the package gives you three main things. First, it adds syntax highlighting, meaning the different parts of your code get color-coded so you can quickly see what's a keyword, a property, or a string. Second, it provides "GoTo" indexing, which lets you jump straight to where an item, property, or component is defined instead of scrolling around looking for it. Third, it includes snippets, which are ready-made shortcuts for commonly used pieces of code so you don't have to type them out every time. The people who'd get the most out of this are developers working with Qt or KDE applications, since QML is a staple in those ecosystems. If you're building an app interface with Qt and you prefer Sublime Text over a full IDE like Qt Creator, this package fills in the gaps so you get the basics like proper highlighting and navigation. The README also points KDE developers toward a related plugin for managing KDE source builds. Installation is straightforward through Package Control, the standard way of adding plugins to Sublime Text. You just open the command palette, search for the package, and hit enter. You can also install it manually by downloading the files directly. It's licensed under MIT, so it's free to use and modify.
A Sublime Text and Sublime Merge package that adds QML syntax highlighting, code navigation, and snippets for developers building Qt and KDE app interfaces.
Mainly QML. The stack also includes QML, Sublime Text, Python.
Dormant — no commits in 2+ years (last push 2023-11-22).
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.