Visual Studio Code: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Focused more on what makes this topical to VDC and removed stub status; also clarified that Visual Studio Code is not Visual Studio)
m (Fix link to VScript tutorial)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[File:vscode-logo.png|right|450px|Visual Studio Code's logo]]
[[File:vscode-logo.png|right|450px|Visual Studio Code's logo]]
{{for|about=the rich text editor commonly used with scripts|the IDE recommended for use with the Source engine's C++ code|{{w|Visual Studio}}}}
{{Industry tool|{{w|Visual Studio Code}}}}
{{for|about=the rich text editor commonly used with scripts|the IDE recommended for use with the Source engine's C++ code|[[Visual Studio]]}}
{{vscode|4}} (also known shorthand as {{vscode|3.1|nt=0}}) is a rich text editor developed and maintained by Microsoft. Its extension marketplace contains many community-driven extensions catering to scripting formats used in Source, making it a frequently recommended tool among modders who work with scripts. Visual Studio Code should not be confused with Visual Studio, which is a more complicated and heavy-handed application used for Source's C++ source code.
{{vscode|4}} (also known shorthand as {{vscode|3.1|nt=0}}) is a rich text editor developed and maintained by Microsoft. Its extension marketplace contains many community-driven extensions catering to scripting formats used in Source, making it a frequently recommended tool among modders who work with scripts. Visual Studio Code should not be confused with Visual Studio, which is a more complicated and heavy-handed application used for Source's C++ source code.


Visual Studio Code is particularly useful for [[VScript]] due to its versatility with high-level programming languages. For more information on how to set up Visual Studio Code with VScript, see [[Visual Studio Code/Setting up Visual Studio for Vscript|Setting up Visual Studio for Vscript]].
Visual Studio Code is particularly useful for [[VScript]] due to its versatility with high-level programming languages. For more information on how to set up Visual Studio Code with VScript, see [[Visual Studio Code/Setting up Visual Studio Code for VScript|Setting up Visual Studio Code for VScript]].
 
See {{w|Visual Studio Code}} for more general information on Visual Studio Code.


== External links ==
== External links ==

Latest revision as of 14:48, 21 July 2024

Visual Studio Code's logo
Info.png
This article or section is about an external tool that is not directly related to Valve's engines. It is not an exhaustive source of information and may only exist on this wiki for reference purposes.
Please see Wikipedia icon Visual Studio Code for more information on the tool itself.
This article is about the rich text editor commonly used with scripts. For the IDE recommended for use with the Source engine's C++ code, see Visual Studio.

Visual Studio Code Visual Studio Code (also known shorthand as VSCode) is a rich text editor developed and maintained by Microsoft. Its extension marketplace contains many community-driven extensions catering to scripting formats used in Source, making it a frequently recommended tool among modders who work with scripts. Visual Studio Code should not be confused with Visual Studio, which is a more complicated and heavy-handed application used for Source's C++ source code.

Visual Studio Code is particularly useful for VScript due to its versatility with high-level programming languages. For more information on how to set up Visual Studio Code with VScript, see Setting up Visual Studio Code for VScript.

External links