×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "block"; document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Search
Programming, development, testing
→
Visual Studio Code (for writing programs in JavaScript, Perl, Python, Java, C#)
→
Make the code tabs instead of spaces in Visual Studio Code
Looked at
4253
times
Make the code tabs instead of spaces in Visual Studio Code
last updated: 12 April 2023
Step 1
Step 2
Step 3
Step 4
← Previous topic
Make the file automatically saved (no need to click on File → Save) in Visual Studio Code
Next topic →
Create a new application JavaScript in Visual Studio Code. Debug the application. See in debugging how to perform JavaScript
Your feedback ... Comments ...
Your Name
Your comment
(www links can only be added by a logged-in user)
+ Picture
Объявления
Объявления
•
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