Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Last active September 11, 2023 04:47
Show Gist options
  • Save atulkamble/0d1bfdb74f99e45064e564c88ab55b67 to your computer and use it in GitHub Desktop.
Save atulkamble/0d1bfdb74f99e45064e564c88ab55b67 to your computer and use it in GitHub Desktop.
vscode0

Visual Studio Code

Official Link: https://code.visualstudio.com/

IntelliSense for your programming language

Prerequisites for running a C program in Visual Studio Code VSCode Installation on linux

sudo snap install code --classic

For opening VSCode from Linux Terminal/WSL

code

Download set up on windows https://code.visualstudio.com/Download#

MING64 Linux: https://www.mingw-w64.org/ Windows

  1. Visual Studio Code Editor
  2. Microsoft C/C++ Extensionc+IntelliSence
  3. C/C++ compilers. There are some popular compilers are: 1. GCC on Linux 2. GCC via Mingw-w64 on Windows Auto Installer 4. Microsoft C++ compiler on windows 5. Clang for XCode on MacOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment