microsoft / microsoft/ConcordExtensibilitySamples
How can I add a new struct and use different Visualizer to show up it and FILETIME?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 135
- Forks
- 54
- Avg merge
- 5h 58m
- Merged PRs (30d)
- 3
Description
I have runned CppCustomVisualizer successfully and added a struct(named StructTest),I can add function in _EntryPoint.cpp to show up text I declared. But now I have some problems:
FILETIME also changed and I don’t know how to distinguish it from my struct.

Now I want to show date and time when the struct Is FILETIME and show text I declared when the struct is StructTest. How can I do this?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the CppCustomVisualizer sample and the function added in _EntryPoint.cpp, then review how StructTest and FILETIME are currently represented. Determine how each type should be distinguished and verify that FILETIME shows its date and time while StructTest shows its declared text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100