Skip to content

Commit

Permalink
Merge 05e187d into f2866a3
Browse files Browse the repository at this point in the history
  • Loading branch information
jens1o committed May 19, 2017
2 parents f2866a3 + 05e187d commit 04af4e3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/completions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export default class Completions implements CompletionItemProvider
tag: '@api',
snippet: '@api'
},
{
tag: '@abstract',
snippet: '@abstract'
},
{
tag: '@author',
snippet: '@author ${1:Name} <${2:email@email.com}>'
Expand All @@ -40,10 +44,18 @@ export default class Completions implements CompletionItemProvider
tag: '@filesource',
snippet: '@filesource'
},
{
tag: '@final',
snippet: '@final'
},
{
tag: '@group',
snippet: '@group ${1:group}'
},
{
tag: '@global',
snippet: '@global'
},
{
tag: '@ignore',
snippet: '@ignore ${1:desciption}'
Expand Down Expand Up @@ -100,6 +112,10 @@ export default class Completions implements CompletionItemProvider
tag: '@source',
snippet: '@source ${1:location} ${2:description}'
},
{
tag: '@static',
snippet: '@static'
},
{
tag: '@subpackage',
snippet: '@subpackage ${1:category}'
Expand Down

0 comments on commit 04af4e3

Please sign in to comment.