Here we have the code starting with the construct function followed by the parents function
public construct() //child
{
super.construct;
}
protected construct() //parent
{
}
The issue arises where I am not receiving an error, even though I should be. My classmate is getting one and finds it annoying. I am using Visual Studio Code with TypeScript and have tried multiple extensions but none have worked so far. Below is a picture of how it should look like.
If you have any suggestions or solutions, I would greatly appreciate your help. If you are facing the same issue, let's share the frustration :)