https://i.sstatic.net/DFdhm.png
Currently following a Udemy course on Angular (Using Angular, Angular Material, Angularfire (+ Firebase with Firestore), and NgRx to create a functional Angular App). Instead of using VS Code, I decided to use Visual Studio 2019 to become more accustomed to it. I begin by creating a project through Angular CLI and then accessing the folder in Visual Studio 2019.
- (Shown in the image above) Is this standard? There seems to be an overwhelming amount of white text present! Typically, in a code editor, this signifies that it does not recognize the content. When I view the same project in VS Code, the color scheme is much more visually appealing.
- Upon researching online, there are countless options for customization in VS Code, yet none seem to exist for Visual Studio. This leads me to believe that there might be a specific setting in Visual Studio for Angular template files and .ts files perhaps?
- On another note, intellisense appears unreliable for Angular and TypeScript within this project. Additionally, errors do not prompt red squiggly lines as expected. Could this issue also be related?