1.6 KiB
1.6 KiB
comments |
---|
true |
Install Development Environment
(TODO Video tutorial)
Install VSCode
We recommend using the open source lightweight editor VSCode as the local IDE, download and install VSCode.
Java
- Download and install OpenJDK (version > JDK 9).
- Search
java
in the VSCode extension market, install Java Extension Pack.
C++
- Windows needs to install MinGW, MacOS has Clang built-in and does not need to be installed.
- Search
c++
in the VSCode extension market, install C/C++ Extension Pack.
Python
- Download and install Miniconda3.
- Search
python
in the VSCode extension market, install Python Extension Pack.
Go
- Download and install go.
- Search
go
in the VSCode extension market, install Go. - Press
Ctrl + Shift + P
to call up the command bar, enter go, selectGo: Install/Update Tools
, check all and install.
JavaScript
- Download and install node.js.
- Search
javascript
in the VSCode extension market, install JavaScript (ES6) code snippets.
C#
- Download and install .Net 6.0.
- Search
c#
in the VSCode extension market, install C#.
Swift
- Download and install Swift.
- Search
swift
in the VSCode extension market, install Swift for Visual Studio Code.