Visual Studio: Difference between revisions

From regional-training
(Created page with "Visual Studio is an Integrated Development Environment developed by MicroSoft. The rsut community have taken to using it as their chosen editor so I guess we should look at how you can install it. category:Public category:Lesson")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Visual Studio is an Integrated Development Environment developed by MicroSoft. The [[rsut]] community have taken to using it as their chosen editor so I guess we should look at how you can install it.
Visual Studio is an Integrated Development Environment developed by MicroSoft.  


The [[rust]] community have taken to using it as their chosen editor and it is called '''code''' after installation.
[[image:visual-studio-code.png]]
=installation=
* download VisualStudio for Debian 12<ref>VisualStudio download area https://code.visualstudio.com/download</ref>
https://code.visualstudio.com/download
* prequisites:
sudo apt install git
* install
sudo apt install ./code_1.80.2-1690491597_amd64.deb
The getting started document link<ref>VisualStudio getting started https://code.visualstudio.com/docs/?dv=linux64_deb</ref>
https://code.visualstudio.com/docs/?dv=linux64_deb
The VisualStudio IDE is called code and can be launched from an XTerm via
code
Here is the explanation for the rust language
https://code.visualstudio.com/docs/languages/rust
===required rust extensions===
For the Extension market place (Boxes) install
*  rust-analyser
[[file:code-extension-rust-analyzer.png]]
* CodeLLDB
[[file:code-extension-CodeLLDB.png]]




[[category:Public]]
[[category:Public]]
[[category:Lesson]]
[[category:Lesson]]

Latest revision as of 09:01, 11 September 2023

Visual Studio is an Integrated Development Environment developed by MicroSoft.

The rust community have taken to using it as their chosen editor and it is called code after installation.

installation

  • download VisualStudio for Debian 12[1]
https://code.visualstudio.com/download
  • prequisites:
sudo apt install git
  • install
sudo apt install ./code_1.80.2-1690491597_amd64.deb

The getting started document link[2]

https://code.visualstudio.com/docs/?dv=linux64_deb

The VisualStudio IDE is called code and can be launched from an XTerm via

code

Here is the explanation for the rust language

https://code.visualstudio.com/docs/languages/rust

required rust extensions

For the Extension market place (Boxes) install

  • rust-analyser

  • CodeLLDB