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:
{{WIP|[[User:Equalizer5118|Equalizer5118, an idiot who cant spel]] ([[User talk:Equalizer5118|talk]]) 12:30, 25 January 2024 (PST)|2=Currently rewriting the page to actually pertain to VSCode, and not a tutorial about VScript.}}[[File:vscode-logo.png|right|450px|Visual Studio Code's logo]]
{{Draft}}[[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

Icon-under construction-blue.png
This is a draft page. It is a work in progress open to editing by anyone.
Remember to check for any notes left by the tagger at this article's talk page.
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