Visual Studio Code

From Valve Developer Community
Jump to: navigation, search
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