Skip to content

Commit

Permalink
Auto trigger suggest on jsdoc parameter names
Browse files Browse the repository at this point in the history
Fixes #48976
  • Loading branch information
mjbvz committed May 1, 2018
1 parent 9f16378 commit a4c3e74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions extensions/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"tokenTypes": {
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other"
"meta.import string.quoted": "other",
"variable.other.jsdoc": "other"
}
},
{
Expand All @@ -78,7 +79,8 @@
"tokenTypes": {
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other"
"meta.import string.quoted": "other",
"variable.other.jsdoc": "other"
}
},
{
Expand Down
6 changes: 4 additions & 2 deletions extensions/typescript-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"tokenTypes": {
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other"
"meta.import string.quoted": "other",
"variable.other.jsdoc": "other"
}
},
{
Expand All @@ -62,7 +63,8 @@
"tokenTypes": {
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other"
"meta.import string.quoted": "other",
"variable.other.jsdoc": "other"
}
}
],
Expand Down

0 comments on commit a4c3e74

Please sign in to comment.