- DEPRECATED
- Remove all test snippets, due its should not cover in this extension.
- MODIFIED
- Combine
impas
andimpall
and removeimpall
and fixed intellisense broken cause by syntax error. dp
(destructuring parameter) totd
(type destructuring), which a big mistake.- remove prefill
{}
for destructuring assignment (vda
,lda
,cda
) as well as type destructuring (td
), cause both array and object support destructuring.
- Combine
- MODIFIED
- TypeScript type default right side as empty rather than object.
- All
import
,export
, andrequire
with path now default with single quote and end semicolon (no more path intellisense issue).
- MODIFIED
trycatch
rename totc
.
- FIXED
- Remove
trycatch
andtcf
redundant(${1})
.
- Remove
- ADDED
typ
for TypeScripttype
.dp
for destructuring parameter.
- MODIFIED
- Add "ES2015" label for
la
,ca
,vda
,lda
,cda
in Declarations.
- Add "ES2015" label for
- MODIFIED
- Remove newline in
gs
,pctor
, andproto
. - Use more percise term in
tof
andiof
description. - Change label for only in Node.JS from "use only in node" to "Node.JS".
- Change view for snippets in README from list to table.
- Remove newline in
- DEPRECATED
- Replace
ol
toslol
and removeslol
.
- Replace
- MODIFIED
- Remove space between
function ()
inf
. - Update README.
- Remove space between
- ADDED
- 3 new destructuring assigment for
var
,let
, andconst
.
- 3 new destructuring assigment for
- MODIFIED
var
,let
, andconst
remove the end semicolon and adjust the cursor point.- Make
if else
andelse if
prefix shorter toifel
andelif
. - Remove the
break
in the firstswitch
case andcase
to let user determinereturn
orbreak
to use, but keeping thedefault
break
to ensure even if user forgot to handle it. - Adding a space between
${1}
and:
inswitch
,case
, and${1}
and;
infor
to make sure it does not break auto close single/double quote and parentheses. - Remove unnecessary
${0}
inimport
. - Change
interface, module, namespaces
toint, mod, nam
to avoid directly same name as TypeScript / JavaScript keyword.
- MODIFIED
- Modified README.
- MODIFIED
- Add placeholder to variable assignment for avoid syntax error.
- FIXED
- Unintended going end of snippets.
- Update README.
- Add CHANGELOG.
- First release.