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
StefanH
StefanH12mo ago
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
Nikita
Nikita12mo ago
When I press F12 I got this
Nikita
Nikita12mo ago
My context
Lucas
Lucas12mo ago
Have you tried with ctrl + space?
Nikita
Nikita12mo ago
Without result It do nothing
StefanH
StefanH12mo ago
You need to have the cursor over the useState function to go to the declaration of that function