microsoft / microsoft/MIEngine

Lacking VSCode natvis constructs

Open
#1,368 9 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
859
Forks
233
Avg merge
1d 6h
Merged PRs (30d)
3

Description

I'm going by the docs, submitting an issue where VSCode functionality is missing.
We (and probably many, many others) wish to use visualizers to debug hash maps and other standard data structures. Following the documented example, a few natvis constructs are needed for this:

  1. CustomListItems,
  2. Variable,
  3. Exec,
  4. Loop,
  5. If

It seems at least the first item isn't implemented, I suspect the rest too. It would be very valuable to be able to watch various hash maps, sets and dictionaries.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the VS Code natvis documentation and the linked Visual Studio custom-list-items example, then inspect MIEngine's existing natvis support for the five requested constructs. Done means supporting CustomListItems, Variable, Exec, Loop, and If well enough to visualize hash maps, sets, and dictionaries, with coverage for the implemented behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, vscode
Domain
devtools
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.