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?
![](https://cdn.answeroverflow.com/1121792220794724462/image.png)
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
![](https://cdn.answeroverflow.com/1122158054432055348/image.png)
My context
![](https://cdn.answeroverflow.com/1122158109717176370/image.png)
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