Answer the question
In order to leave comments, you need to log in
How to enable variable hints like in webstorm?
Hello. I saw on YouTube how variables have hints in the code when calling a function like
const context = (here) => console.log(her)
context("something")
in webstorm it would be displayed like this
const context = (here ) => console.log(her)
context( `here`: "something")
Is it possible to do the same in vscode?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question