Visual Studio Code: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Draft}}[[File:vscode-logo.png|right|450px|Visual Studio Code's logo]]
{{Stub}}[[File:vscode-logo.png|right|450px|Visual Studio Code's logo]]
{{for|Setting up VSCode for Vscript|[[Visual Studio Code/Setting up Visual Studio for Vscript|Setting up Visual Studio for Vscript]]}}
{{for|Setting up VSCode for Vscript|[[Visual Studio Code/Setting up Visual Studio for Vscript|Setting up Visual Studio for Vscript]]}}
{{vscode|4}} (also known shorthand as {{vscode|3.1|nt=0}}) is an {{w|Integrated development environment}} (IDE) developed and maintained by {{microsoft|4}}. It boasts of built in syntax highlighting, workspaces, {{w|Windows Powershell}} integration, themes, easy-to-install extensions, IntelliSense, debugging, and ability to preview most webpage and image extensions. Being one of the most popular code editors, Visual Studio has been in development for almost 10 years, and is Open Source on Github.
{{vscode|4}} (also known shorthand as {{vscode|3.1|nt=0}}) is an {{w|Integrated development environment}} (IDE) developed and maintained by {{microsoft|4}}. It boasts of built in syntax highlighting, workspaces, {{w|Windows Powershell}} integration, themes, easy-to-install extensions, IntelliSense, debugging, and ability to preview most webpage and image extensions. Being one of the most popular code editors, Visual Studio has been in development for almost 10 years, and is Open Source on Github.

Revision as of 14:23, 25 January 2024

Stub

This article or section is a stub. You can help by expanding it.

Visual Studio Code's logo
For Setting up VSCode for Vscript, see Setting up Visual Studio for Vscript.

Visual Studio Code Visual Studio Code (also known shorthand as VSCode) is an Wikipedia icon Integrated development environment (IDE) developed and maintained by Template:Microsoft. It boasts of built in syntax highlighting, workspaces, Wikipedia icon Windows Powershell integration, themes, easy-to-install extensions, IntelliSense, debugging, and ability to preview most webpage and image extensions. Being one of the most popular code editors, Visual Studio has been in development for almost 10 years, and is Open Source on Github.

Uses with Valve's works

VS Code's extension marketplace has many extensions catered to Source Engine specific files. VS Code can edit any text-based Source Engine file, including VMT, VDF, QC, Vscript, and VMF files.

External links