Auto trigger suggest on jsdoc parameter names

Fixes #48976
This commit is contained in:
Matt Bierner
2018-04-30 17:08:53 -07:00
parent 9f16378b2f
commit a4c3e74748
2 changed files with 8 additions and 4 deletions

View File

@@ -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"
}
},
{
@@ -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"
}
},
{