When i type "createSlice" it is not showing any intellisense in VS CODE. create slice VS code
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
When i type "createSlice" it is not showing any intellisense in VS CODE. create slice VS code
3
Answers
I got a solution and it worked. Add an empty jsconfig.js file on the root folder then it will show createSlice intellisense automatically.
You never actually imported the
createSlice
function.Your file needs an appropriate import statement:
Make sure two things: