Skip to content

Commit a4c3e74

Browse files
committed
Auto trigger suggest on jsdoc parameter names
Fixes microsoft#48976
1 parent 9f16378 commit a4c3e74

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

extensions/javascript/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"tokenTypes": {
6363
"entity.name.type.instance.jsdoc": "other",
6464
"entity.name.function.tagged-template": "other",
65-
"meta.import string.quoted": "other"
65+
"meta.import string.quoted": "other",
66+
"variable.other.jsdoc": "other"
6667
}
6768
},
6869
{
@@ -78,7 +79,8 @@
7879
"tokenTypes": {
7980
"entity.name.type.instance.jsdoc": "other",
8081
"entity.name.function.tagged-template": "other",
81-
"meta.import string.quoted": "other"
82+
"meta.import string.quoted": "other",
83+
"variable.other.jsdoc": "other"
8284
}
8385
},
8486
{

extensions/typescript-basics/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"tokenTypes": {
4747
"entity.name.type.instance.jsdoc": "other",
4848
"entity.name.function.tagged-template": "other",
49-
"meta.import string.quoted": "other"
49+
"meta.import string.quoted": "other",
50+
"variable.other.jsdoc": "other"
5051
}
5152
},
5253
{
@@ -62,7 +63,8 @@
6263
"tokenTypes": {
6364
"entity.name.type.instance.jsdoc": "other",
6465
"entity.name.function.tagged-template": "other",
65-
"meta.import string.quoted": "other"
66+
"meta.import string.quoted": "other",
67+
"variable.other.jsdoc": "other"
6668
}
6769
}
6870
],

0 commit comments

Comments
 (0)