All Projects → Abdelaziz18003 → Vscode Quasar Snippets

Abdelaziz18003 / Vscode Quasar Snippets

Licence: mit
vscode snippets for quasar-framework

Projects that are alternatives of or similar to Vscode Quasar Snippets

Vscode Unity Code Snippets
All snippets for Unity3D development
Stars: ✭ 26 (-21.21%)
Mutual labels:  vscode, snippets
Wenyan Lang Vscode
文言 Wenyan Lang for VS Code
Stars: ✭ 234 (+609.09%)
Mutual labels:  vscode, snippets
Omi Snippets
🔖Visual Studio Code Syntax Highlighting For Single File React And Omi Components - 编写React和Omi单文件组件的VSC语法高亮插件
Stars: ✭ 149 (+351.52%)
Mutual labels:  vscode, snippets
Snipsnap
The ultimate snippets collection for VS Code
Stars: ✭ 840 (+2445.45%)
Mutual labels:  vscode, snippets
Vscode R
R Extension for Visual Studio Code (execution, snippet, lint, R documantation, R Markdown)
Stars: ✭ 445 (+1248.48%)
Mutual labels:  vscode, snippets
Rocketseat Vscode Reactjs Snippets
Rocketseat ReactJS snippets for Visual Studio Code Editor
Stars: ✭ 136 (+312.12%)
Mutual labels:  vscode, snippets
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (+475.76%)
Mutual labels:  vscode, snippets
Laravel Blade Snippets Vscode
Laravel blade snippets and syntax highlight support for Visual Studio Code
Stars: ✭ 80 (+142.42%)
Mutual labels:  vscode, snippets
Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (+1218.18%)
Mutual labels:  vscode, snippets
Vscode Vuehelper
🐵vscode插件,vue,vue-router和vuex的代码提示
Stars: ✭ 351 (+963.64%)
Mutual labels:  vscode, snippets
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (+300%)
Mutual labels:  vscode, snippets
Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-69.7%)
Mutual labels:  vscode, snippets
Vscode Nestjs Snippets
💥 Vscode NestJS Code Snippets
Stars: ✭ 88 (+166.67%)
Mutual labels:  vscode, snippets
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+327.27%)
Mutual labels:  vscode, snippets
Vscode Angular Typescript Snippets
Visual Studio Code TypeScript snippets (TypeScript, Html, Angular Material, Flex Layout, ngRx, RxJS & Testing) for Angular 5
Stars: ✭ 82 (+148.48%)
Mutual labels:  vscode, snippets
Rocketseat Vscode React Native Snippets
Rocketseat React Native snippets for Visual Studio Code Editor
Stars: ✭ 166 (+403.03%)
Mutual labels:  vscode, snippets
Code Rhythm
code snippets
Stars: ✭ 47 (+42.42%)
Mutual labels:  vscode, snippets
Vue Vscode Snippets
These snippets were built to supercharge my workflow in the most seamless manner possible.
Stars: ✭ 1,083 (+3181.82%)
Mutual labels:  vscode, snippets
Graphql For Vscode
GraphQL syntax highlighting, linting, auto-complete, and more!
Stars: ✭ 265 (+703.03%)
Mutual labels:  vscode, snippets
Vscode Angular Snippets
Angular Snippets for VS Code
Stars: ✭ 530 (+1506.06%)
Mutual labels:  vscode, snippets

vscode-quasar-snippets

Quasar framework is an awesome project isn't it? But, do you find it tedious to remember the basic syntax for all the components it provides. So, this simple plugin is here to help you solving this problem.

Features

This plugin provides snippets with the basic usage syntax for the most used components of quasar-framework (All components soon).

All you need to do is typing the component's name all in lowercase and press tab. (all components will follow this logic).

qlayout + [tab] => <q-layout view="hHr LpR lFf"></q-layout>

quasar-snippets-demo

For components properties, I tried to provide just the essential ones that are needed in most cases. The ones that are not used frequently can be looked up in the documentation. But if you find me missing some important property that is used frequently with a given component, don't hesitate to let me know.

Contribution Guide

This plugin is still in development. Please don't get upset if you don't find a given component and feel free to contribute instead. Your contributions of all sorts are welcome. Here are some guidelines to consider when submitting a contribution.

  • If you find a bug or you have a suggestion, feel free to open an issue for it.

  • If you want to add a new snippet or fix an existing bug, please open an issue for that (if it is not already open) and indicate that you are working on it to avoid working on the same issue by other developers.

  • Make sure to keep snippets organized according to the official documentation of quasar.

  • Snippet prefix must be the lowercase version of the component's name ex: QProgress => qprogress.

  • Snippet body must include only the most used properties. Component doc "Basic Usage" section is enough in most cases.

  • Snippet description can be the doc description of the component if it is small or just a meaningful part of it if it is long.

  • Important: Pug snippets are auto-generated using vsc-snippets-html2pug module (run npm install to install it). After adding a new HTML snippet just run npm run pug to update the Pug snippets file.

Again, your contributions of all sorts are welcome ❤️

Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].