Giter VIP home page Giter VIP logo

fast-dart's Introduction

Fast-Dart

Fast Dart - VSCode Extension for Dart language code snippets | Product Hunt

Fast Dart is a VS code extension for Dart language snippets to save your precious time. This extension contains some cool spells to speed up your development by providing code snippets and boilerplates ๐Ÿš€

Features

  • dart language snippets
  • get rid of boilerplates
Prefix(Shortcut) Snippet of Description
tt Unit test Define a Unit test
tta Async Unit Test Define a Unit test with async body
grp Group Test Define a group for testing
ton try-on Block Create a try-on block to handle specific exception
tc try-catch Block Create a try-catch block to use exception object
toc try-on-catch Block Create a try-on-catch block to handle specific exception and use exception object
tocf try-on-catch-finally Block Addition of finally block to toc block
fun Function Define user defined function
afun Async Function Define a user defined async function
if Simple If Create a simple if decision maker
ie If-Else Create an if-else block
i$e $=1,2,3 else-if ladder Create else-if ladder with 1/2/3 else if
for Simple For Loop Create a for loop block
fin For...in Loop Create a for...in loop block
while Simple While Loop Create a while loop block
do Simple Do While Loop Create a do-while loop block
cls Class Define a simple class
cle Inherited Class Define a class which extends another class
clei Extend and Implement classes Define a class which extends another class and implements some classes
ternary Ternary Operator Simple ternary operator ( ? : )

Requirements

VS Code

Known Issues

No issues till now ๐Ÿ˜ If you find any bug or want a new snippet, do create an issue or submitting a PR will be awesome!!

Release Notes

1.0.2

  • Vanished unnecessary comments
  • Ternary operator added

1.0.1

  • Loops snippets added

1.0.0

  • Initial release of Fast Dart

fast-dart's People

Contributors

shubham-2007 avatar yashpaneliya avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

shubham-2007

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.