Skip to content

Cleaning: Whitespace between adjacent XML tags is removed on code clean up #890

Open
@Xiphereal

Description

@Xiphereal

Environment

  • Visual Studio version: 2019 16.11.7
  • CodeMaid version: 12
  • Code language: C#

Description

Whitespace between adjacent XML tags is removed on code clean up.

Steps to recreate

  1. Write a documentation such as:
/// <summary> This summary contains adjacent XML tags <see cref=""/> <see cref=""/>. </summary>
  1. Apply code clean up.

Current behavior

Whitespace between adjacent XML tags is removed on code clean up, decreasing the readability of the documentation:

/// <summary> This summary contains adjacent XML tags <see cref=""/><see cref=""/>. </summary>

Expected behavior

Whitespace between adjacent XML tags is preserved on code clean up:

/// <summary> This summary contains adjacent XML tags <see cref=""/> <see cref=""/>. </summary>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions