E
E
Evtera2021-05-10 14:03:28
Visual Studio Code
Evtera, 2021-05-10 14:03:28

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

1 answer(s)
W
WbICHA, 2021-05-10
@Evtera

https://marketplace.visualstudio.com/items?itemNam...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question