🔎 Search Terms
"event type", "addEventListener", "suggestion"
🕗 Version & Regression Information
⏯ Playground Link
No response
💻 Code
typeDivOrSpan=HTMLDivElement|HTMLSpanElementconstdivOrSpan=document.querySelector<DivOrSpan>(".could-be-div-or-span")!divOrSpan.addEventListener("typo",()=>{})// neither complain or suggest when first typingconstdiv=document.querySelector<HTMLDivElement>(".div")!div.addEventListener("click",()=>{})// doesn't complain either but get suggestions automatically as well as pressing ctrl+i🙁 Actual behavior
first one neither complain or suggest when first typing.
🙂 Expected behavior
get suggestions automatically as well as pressing ctrl+i like the second one.
Additional information about the issue
No response
🔎 Search Terms
"event type", "addEventListener", "suggestion"
🕗 Version & Regression Information
⏯ Playground Link
No response
💻 Code
🙁 Actual behavior
first one neither complain or suggest when first typing.
🙂 Expected behavior
get suggestions automatically as well as pressing
ctrl+ilike the second one.Additional information about the issue
No response