dir.by  
  Search  
Programming, development, testing
Visual Studio Code (for writing programs in JavaScript, Perl, Python, Java, C#)
What is Visual Studio Code ? Why are Angular and React applications creating and writing using Visual Studio Code ?
  Looked at 4531 times    
 What is Visual Studio Code ? 
last updated: 10 April 2023
Visual Studio Code is a very convenient code editor for developing, writing programs in JavaScript, TypeScript.

Visual Studio Code contains options:
• text of different colors (variables, functions of different colors, etc.)
• tooltips (write a couple of letters of the function name and see the choice of options)
• debugging html, js, TypeScript
Why are Angular and React applications creating and writing using Visual Studio Code ?
There is no project file in Angular application.
Angular application is a folder with html, ts files and node.js packages.
Visual Studio Code just works with the folder.
In Visual Studio Code we just select the folder with which we will work and that's it.

There is no project file in React application.
React application is a folder with html, js files and node.js packages.
Visual Studio Code just works with the folder.
In Visual Studio Code we just select the folder with which we will work and that's it.

Visual Studio Code is very convenient to work with Node.js packages.
To do this, there is TerminalNew Terminal in the menu that shows a line for executing console commands.
For example, we can perform npm install
Visual Studio Code shows an error very well, such as which package to add.

Visual Studio Code shows error correction options on js and TypeScript .
Visual Studio Code works everywhere (on different operating systems)
Visual Studio Code works in Windows, macOS, Linux.
 
 
Next topic →
Download and install Visual Studio Code
 
Your feedback ... Comments ...
   
Your Name
Your comment (www links can only be added by a logged-in user)

  Объявления  
  Объявления  
 
What is Visual Studio Code ? Why are Angular and React applications creating and writing using Visual Studio Code ?
Download and install Visual Studio Code
Open Visual Studio Code
Settings
Make the file automatically saved (no need to click on File → Save) in Visual Studio Code
Make the code tabs instead of spaces in Visual Studio Code
Creating a new application
Create a new application JavaScript in Visual Studio Code. Debug the application. See in debugging how to perform JavaScript
Create a new application TypeScript in Visual Studio Code. Debug the application. We look in debugging how TypeScript is executed step by step. Breakpoints.
Create a new application with Angular 8 in Visual Studio Code. Debug the application. See in debugging how to perform TypeScript
Создаем новое приложение с Angular 9 в Visual Studio Code. Отладка приложения. Смотрим в отладке как по шагам выполняется TypeScript
Создаем новое приложение с Angular 12 в Visual Studio Code. Отладка приложения. Смотрим в отладке как по шагам выполняется TypeScript
Создаем новое приложение с React в Visual Studio Code. Отладка приложения. Смотрим в отладке как по шагам выполняется код
Создаем новое приложение с Python в Visual Studio Code. Отладка приложения. Смотрим в отладке как по шагам выполняется Python

  Ваши вопросы присылайте по почте: info@dir.by  
Яндекс.Метрика