How get value from context
I want press alt+enter and get all available values from context
But now it doesn't work - help me please how I can get all available data from context?
6 Replies
In vscode you can press F12 when selecting a function to jump to its declaration where you can easily read the return type
You can also just not deconstruct the return value
When I press F12 I got this
My context
Have you tried with ctrl + space?
Without result
It do nothing
You need to have the cursor over the useState function to go to the declaration of that function