hjlebbink/asm-dude

Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 55 minutes ago
Type:Plugin / ExtensionCategory(s):Editors & IDEsDeveloper Tools
Added to GitGenius on September 16th, 2026
Created on February 19th, 2016
Open Issues & Pull Requests: 47 (+0)
GitHub issues: Enabled
Number of forks: 102
Total Stargazers: 4,176 (+0)
Total Subscribers: 710 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 32.3 hours
Mean response time: 26.8 days
90th percentile: 70.2 days
Tracked items: 6

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 645 days
Stale 30+ days: 5
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

asm-dude is a Visual Studio extension that provides assembly syntax highlighting and code completion for assembly files and the disassembly window.

The extension addresses the challenge of working with assembly code in Visual Studio, which lacks native support for assembly language features. It delivers syntax highlighting to make assembly code more readable and offers intelligent code completion to speed up writing assembly instructions. The tool supports multiple assembly syntaxes including MASM and NASM, and covers instruction sets from x86-64 through modern extensions like AVX2 and AVX512.

Developers working with low-level code, reverse engineering, or performance-critical sections should consider this extension. It is particularly valuable for those who spend time in Visual Studio's disassembly window during debugging, as it applies the same highlighting and completion features there. The extension suits projects where assembly literacy is necessary but where Visual Studio's default environment would otherwise provide minimal assistance.

The project shows sustained development activity with regular updates addressing both new instruction set features and user-reported issues. Maintenance includes ongoing expansion of instruction coverage to keep pace with processor architecture evolution. The codebase receives attention to code quality and usability improvements based on community feedback.