Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

VS Code Extensions

Here we have compiled a list of Visual Studio Code extensions that can be useful when working with medical image data and related projects.


๐Ÿ‘€ Viewing imagesยถ

These extensions allow you to directly view and interact with medical imaging files inside VS Code, eliminating the need to switch to an external viewer for quick checks.

ExtensionPurposeLink
NiiVueInteractive, hardware-accelerated viewer supporting NIfTI, DICOM, NRRD, meshes, and more. Excellent for neuroimaging and volumetric data.VS Code Marketplace
MedViewProvides essential tools for image visualization, including brightness/contrast adjustment and basic transformations for single-slice DICOM and volumetric NIfTI.VS Code Marketplace
Hex EditorUseful for debugging and inspecting the raw binary structure of file headers (like DICOM tags).VS Code Marketplace

๐Ÿ—บ๏ธ Exploring dataยถ

ExtensionPurposeLink
YAML (Red Hat)Provides syntax highlighting, schema validation, and auto-completion for configuration files (like those used for training pipelines or model metadata).VS Code Marketplace
Rainbow CSVFor colour coded tables and nice csv/tsv viewingVS Code Marketplace

๐Ÿ Machine learning toolsยถ

Medical imaging analysis relies heavily on Python and machine learning frameworks. These are essential for any related project.

ExtensionPurposeLink
Jupyter (Microsoft)Notebook Integration. Allows you to open, edit, and run Jupyter notebooks directly within VS Code, crucial for data exploration and rapid prototyping in ML.VS Code Marketplace

๐Ÿค Collaboration & documentationยถ

Tools to ensure your code is clean and your documentation is easy to manage.

ExtensionPurposeLink
GitLensEnhanced Git Capabilities. Deep integration with Git, providing code authorship, revision history, and powerful comparison tools.VS Code Marketplace
Markdown All in OneMarkdown Productivity. Shortcuts, table of contents generation, and list editing features to speed up documentation and README creation.VS Code Marketplace