I have an intellisense vs code problem when coding for nodejs vs MVC model. for example
//controller mvc
const getProductController = (req, res) => {
const {data} = req.body;//req.body is not a intellisense
}
Please help me solve this problem ...