Sublime Text snippets for Quasar Framework UI components. This plugin is ported to sublime text from vscode-quasar-snippets with the aid of this VSCode to Sublime Text snippets converter.
- Clone this repo into your sublime
Packages
folder. - Goto
Preferences > Settings
and add this to the User panel.
"auto_complete_triggers": [ {"selector": "text.html.vue", "characters": "q"} ]
Note: You must have Vue Syntax Highlight installed for this plugin to work.
Type the component name in lowercase letters and hit TAB
qlayout + [TAB] => <q-layout view="hHr LpR lFf"></q-layout>