Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7812667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T04:35:12+00:00 2026-06-02T04:35:12+00:00

Is there a tool that can just extract my XML comments in a code

  • 0

Is there a tool that can just extract my XML comments in a code base and put them in an XML file? I don’t want to maintain a seperate file myself, I want to generate the XML when I am done and remove the content from the source code.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T04:35:17+00:00Added an answer on June 2, 2026 at 4:35 am

    The problem with the approach you are asking for is that as soon as you change the code, your “precompiled xml” will drift out of sync with it (or if you want to stop this hapening, you will have to edit the xml file by hand, which will be a thousand times worse than seeing the original XML comments!). I think you really ought to consider embracing the doc comments and making the most of the many benefits (direct and indirect) that come from using them. But if you want to do it, you only have to enable generation of the XML doc output, rebuild the project, then copy out the XML files from your bin\debug or bin\release folder, and start slashing and burning.

    There are other, less destructive options, however:

    • You can change the syntax colouring colours for documentation comments in Tools > Options : Environment > Fonts and Colors. Use a faint colour and the comments will fade into the background.

    • Perhaps if the comments were tidier, they wouldn’t make your eyes bleed. I’ve written an addin (Atomineer Pro Documentation) that can apply a comprehensive range of formatting options to doc comments to make them more pleasant to look at: optional separators above/below comments, optional whitespace in and around entries, optional columnar alignment of the text blocks, optional word-wrapping, etc. Or if the XML tags are what really hurt, it can convert your comments to a less jarring format (it supports Doxygen, JavaDoc and Qt as well as XML documentation).

    • My addin also has an option that can use the “outlining” facility in VS to hide doc comments (on demand or whenever a document is opened). It might alleviate some of your symptoms by essentially hiding the doc comments.

    • Theoretically it’s possible to write a VS2010 extension that can change the display of doc comments to remove the markup and show a more wysiwyg representation. I haven’t heard of anything but there may be something out there now that will help you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a tool that can generate sequence diagrams from running .NET code?
Is there any tool that can read a WSDL file and based on the
Is there some tool that can automatically convert the following c style code A
Is there any tool that can parse/conver xml files to this format? I have
I'm just asking this out of curiosity : Is there any tool that can
Is there any tool that can remove debug info from Java .class files, just
Is there any tool that can parse a valid C program and generate a
Is there a tool that can parse C++ files within a project and generate
Is there a tool that can list the exact versions and public keys of
Is there a tool that can check a DLL against a specific API Level?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.