Answer the question
In order to leave comments, you need to log in
How to make hints pop up in VSCode for working with the DOM tree in JS?
How to make hints pop up in VSCode for working with the DOM tree in JS?
Works but still not right.
If the object is created this way, tooltips still don't pop up.
If through
then it worksdocument.createElement('div')
Answer the question
In order to leave comments, you need to log in
create a file in the root of the project jsconfig.json
with the following minimum content
{
"compilerOptions": {
"lib": [
"dom"
],
},
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question