ANGULAR Editors
ANGULAR
Any editor is fine to code and develop Angular applications.
Angular Editors:
➔ There are many IDEs for software development such as: Visual Studio Code, Visual Studio, Eclipse IDE, NetBeans IDE, IntelliJ, Atom, Sublime Text etc.
➔ VS Code (Visual Studio Code) is an excellent and popular choice for Angular development because it offers a powerful set of tools, built-in support for TypeScript, auto suggestion and completion features, and lots of plugins to improve functionality.
➔ Most Angular developers prefer to use Visual Studio Code to develop Angular applications.
➔ This chapter will show the installation of Visual Studio Code.
Key features of VS code Editor:
➔ Syntax Highlighting: VS Code highlights language syntax and keywords in the editor so that developers can easily edit and maintain code.
➔ Bracket Matching: When the developer selects a bracket, the editor instantly highlights the matching bracket, and this feature helps developers find bracket-related errors.
➔ Intellisense: When the mouse cursor is hovered over any text in the file, VS Code pops up information about key items.
➔ Marketplace: Developers can install plugins to enhance functionality from the marketplace.
Installing Visual Studio Code
Download Visual Studio Code and install it on your computer by following simple wizard.
Select User Installer 64bit
Right Click on downloaded file and select install
Select I accept the agreement and click next
click Next
click Next
click Next
click Install
Installation progress
click Finish
User Interface of Visual Studio Code.