With the Quasar Framework, you can effortlessly build high-performance & high-quality Vue.js 3 user interfaces. But sometimes, it is challenging to remember all the basic syntax of all the components. Therefore, the IntelliJ quasar plugin is here to support you with predefined live templates and make your life easier.
qlayout + [tab] => <q-layout view="hHr LpR lFf"></q-layout>
qbadge + [tab] => <q-badge color="orange" text-color="black" label="v1.0.0" />
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "intellij-quasar" > Install Plugin
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.
Plugin inspired by VSCode Quasar Snippets.