Visual Studio: Difference between revisions

From regional-training
No edit summary
Line 2: Line 2:


The rust version of Visual Studio is called '''code'''.
The rust version of Visual Studio is called '''code'''.
[[image:visual-studio-code.png]]


* download VisualStudio for Debian 12<ref>VisualStudio download area https://code.visualstudio.com/download</ref>
* download VisualStudio for Debian 12<ref>VisualStudio download area https://code.visualstudio.com/download</ref>

Revision as of 08:59, 11 September 2023

Visual Studio is an Integrated Development Environment developed by MicroSoft. The rsut community have taken to using it as their chosen editor so

The rust version of Visual Studio is called code.

  • 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