This is a Sublime Text & Sublime Merge package that adds support for the Qt/QML ecosystem.
This package provides the following features:
- Complete syntax highlighting for QML and qmldir files.
- GoTo indexing for
id
s, property declarations and inline components. - Snippets for commonly used properties and types.
If you are a KDE developer, check out kdesrc-build plugin for Sublime Text as well!
The easiest way is to install it from Package Control.
- Install Package Control itself, if you haven't done already
- Open up the command palette: Ctrl+Shift+P (Linux, Windows) / Cmd+Shift+P (OS X)
- Search for
Package Control: Install Package
- Search for
QML
- Hit Enter
Go to your Sublime Text Packages directory and clone the repository using the command below:
$ git clone https://github.com/SublimeText/QML
- Download the files using the .zip download option
- Unzip the files (and rename the folder to QML if needed)
- Copy the folder to your Sublime Text Packages directory
This package is licensed under the MIT License.