Skip to content

Visual Studio Code

Carlos Lizarraga-Celaya edited this page May 1, 2025 · 9 revisions

Visual Studio Code (VS Code)

Visual Studio Code, commonly referred to as VS Code, is an integrated development environment developed by Microsoft for Windows, Linux, macOS, and web browsers. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded version control with Git.

VS Code Pointers

Running VS Code options

There are at least two options to run VS Code:


Introduction

VSCode overview and installation

Visual Studio Code (VSCode) is a popular, free source-code editor developed by Microsoft. Here's an overview and installation guide:

Overview

  • Lightweight yet powerful code editor with built-in debugging support, Git integration, and syntax highlighting
  • Extensive marketplace with thousands of extensions to add functionality
  • Supports multiple programming languages and frameworks
  • Features intelligent code completion, linting, and integrated terminal

Installation Steps

  1. Visit code.visualstudio.com
  2. Download the appropriate version for your operating system (Windows, macOS, or Linux)
  3. Run the installer and follow the installation wizard
  4. Launch VSCode after installation

After installation, you can customize VSCode by:

  • Installing extensions for your preferred programming languages
  • Configuring settings to match your coding preferences
  • Setting up keyboard shortcuts

Healthcare-specific extensions (Python, Jupyter, CSV viewers)

Here are some useful VSCode extensions for healthcare and biomedical data analysis:

Data Analysis Extensions

Bioinformatics Extensions

Visualization Extensions

Basic Setup

Creating a healthcare project workspace

Setting up Python environment with healthcare libraries

Configuring version control for collaborative clinical research

Hands-on Exercise: Patient Data Analysis

Import anonymized patient dataset

Write code to filter patients by diagnosis categories

Calculate basic statistics on patient demographics

Visualize treatment outcomes


Created: 04/29/2025 (C. Lizárraga)

Updated: 04/29/2025 (C. Lizárraga)

DataLab, Data Science Institute, University of Arizona.

CC BY-NC-SA 4.0

Clone this wiki locally