Home

Awesome

ember-concurrency-vscode-snippets

This extension contains helpful Ember snippets for ember-concurrency. This is a work-in-progress and additional imports will be included.

Currently Supported Snippets

Import

InputResult
imp e-cimport { task } from 'ember-concurrency';
imp e-c timeoutimport { timeout } from 'ember-concurrency';

Tasks

Use tab to move through the task name, yield, and the last line.

InputResult
e-c taskGenerates a new ember-concurrency task.
e-c task-restartableGenerates a new ember-concurrency restartable task.
e-c task-dropGenerates a new ember-concurrency droppable task.
e-c task-enqueueGenerates a new ember-concurrency enqueued task.
e-c task-keepLatestGenerates a new ember-concurrency keepLatest task.