Closed
Description
Bug Report
π Search Terms
jsdoc autocomplete template
π Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about
autocomplete
β― Playground Link
Playground link with relevant code
π» Code
/**
* Place your caret here and press ctrl + space
* ||
* \/
* @template {} T
* @typedef {Object} MyGeneric
* @property {T} foo
*/
π Actual behavior
It only autocompletes existing words.
π Expected behavior
It autocompletes similarly to how it works for @type
.