In this vs code tutorial, we will discuss the visual studio code, and how to download and install visual studio code. What is the difference between visual studio code and visual studio?
An Introduction to Visual Studio Code
Visual studio code is a free source code editor that you can run on your desktop. It is also known as vs code.
VS Code is free for personal and commercial use, so you can use the editor in your organization without any license.
It is available in the below OS.
- Windows
- Linux
- macOS
Apart from this, it has built-in support for JavaScript, Node.js, and TypeScript.
But it also has lots of extensions that support other languages like HTML, CSS, Java, C, C++, Python, PowerShell, .NET, etc.
Here are a few advantages of the text editor
- Syntax highlighting and bracket matching
- Intellisense
- Linting and corrections
- Code navigation (Go to definition, find all references)
- Debugging
- Refactoring
Download Visual Studio Code
You can download Visual Studio code from the below URL. You can download it for any operating system.
In the same URL, you can also scroll down and you can see vs code details:
Visual Studio Code latest version
At the time of writing this blog, the latest version of the VS Code is version 1.44.
VS Code team releases a new version every month and which will be updated automatically (It will prompt you to update).
Apart from this you can also, open editor, then go to Help -> Check for updates… to see if there are any updates available.
Install Visual Studio Code
VS Code installation steps are very simple. Once you download, double-click on the setup to start the installation.
You require Microsoft .NET Framework 4.5.2 to install VS Code. If you are trying to install in Windows 7, then make sure to install .Net framework 4.5.2, all other OS like Windows 10 has the .Net framework version by default.
Then it will show the installation path, click on Next.
Then click on Install.
Once the installation is over, it will show you the Completion screen like below:
Now the installation is over and you can use the free code editor.
Difference between Visual Studio code and Visual Studio
Below are a few differences between visual studio code and visual studio.
Visual Studio Code | Visual Studio |
---|---|
While the visual studio is an IDE (Integrated Development Environment). This is a full-featured development environment | Any developer can use it because supports various open source technologies. |
Cross-Platform and Fast | This is really slow, sometime if you will try to develop solutions for SharePoint it will be very slow. |
Any developer can use it because supports various open-source technologies. | This is mostly used by the .NET developers. |
Is Visual Studio code an IDE?
It is not an IDE. It is only used as a code editor and supports a few development operations like debugging, task running, and version control.
Where Visual Studio is a perfect IDE and works very well with C#.Net and supports various application developments.
How to open visual studio code from the terminal
We can open the editor from the terminal by simply typing code . from the same folder.
code .
You can open a file, folder, or project, by executing the above command in the same folder.
Check VS Code version from Command prompt
We can easily check the visual studio code version from the command prompt by running the below command.
code --version
Similarly, you can get help from the command prompt, by executing the below command.
code --help
How to Open Visual Studio Code Integrated Terminal
Apart from using the command prompt, we can also use the integrated terminal of vs code.
You can press Ctrl+` and it will open the integrated terminal like the below:
Apart from this, you can also go to Terminal -> New Terminal or View -> Terminal like below:
This is how we can open and use the vs code integrated terminal.
is visual studio code free for commercial use?
Visual Studio Code (VS Code) is free for commercial use. It’s licensed under the MIT license, which is a permissive free software license. This essentially means you’re free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software.
In this vs code tutorial, we learned:
- What is Visual Studio code
- Download Visual Studio Code
- Visual Studio Code latest version
- Install Visual Studio Code
- What is the difference between Visual Studio Code and Visual Studio?
- Is Visual Studio code an IDE?
- How to open visual studio code from the terminal
- Check VS Code version from Command prompt
- How to Open Visual Studio Code Integrated Terminal
You may also like:
- Generate One Time Password (OTP) in Asp.Net using C#.Net
- How to create a GUID in C#.Net
- Visual Studio Code Workspace
- How to change background color in visual studio code
Bijay Kumar is a renowned software engineer, accomplished author, and distinguished Microsoft Most Valuable Professional (MVP) specializing in SharePoint. With a rich professional background spanning over 15 years, Bijay has established himself as an authority in the field of information technology. He possesses unparalleled expertise in multiple programming languages and technologies such as ASP.NET, ASP.NET MVC, C#.NET, and SharePoint, which has enabled him to develop innovative and cutting-edge solutions for clients across the globe. Read more…