In the Visual Studio Code IDE, when it red squiggle underlines code, how do you pop up the menu to show "Quick Fix" suggestions and choose one of the suggested fixes to apply to your code? Example of underlined code:
my project was generated with [Angular CLI] version 1.2.6.
I can compile the project and it works fine, but I always get error in vs code telling me
cannot find module '@angular/core'
cannot find module '@angular/router'
cannot …
I'm in the process of making the move from Webstorm to Visual Studio Code. The Performance in Webstorm is abysmal.
Visual studio code isn't being very helpful about finding the dependencies I need and importing them. I've been doing it …
I'm assigned to take some messed code from other developers who have already left the company recently.
I am curiously asking is there some plug-in of Visual Studio Code or other means that could help us to tidy and organize …