Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XmlDoc Custom Link Text Not Working For cref in see and seealso #327

Closed
Stekeblad opened this issue Jun 1, 2024 · 3 comments
Closed

XmlDoc Custom Link Text Not Working For cref in see and seealso #327

Stekeblad opened this issue Jun 1, 2024 · 3 comments
Assignees
Labels
enhancement QuickInfo Tool tip and quick info

Comments

@Stekeblad
Copy link

I noticed that Super quick info does not support custom link text in xml documentation for see and seealso when using the cref attribute, href links do work. See screenshots below.

When preparing the screenshots I also noticed that seealso looses the space between the link and the following text. (For both cref and href.)

Codist: 7.8.3.9575
Visual Studio: Community 17.10.0

Code example

public static class ExampleClass
{
  /// <summary>
  /// <para>Also look at <see cref="TestMethod">this</see> method</para>
  /// <para>Also look at <see href="https://example.com/">this</see> url</para>
  /// <para>Also look at <seealso cref="TestMethod">this</seealso> method</para>
  /// <para>Also look at <seealso href="https://example.com">this</seealso> url</para>
  /// </summary>
  public static string ExampleMethod() => "Example";
  public static string TestMethod() => "Test";
}

Screenshots

With Codist

image

Without Codist

image

@wmjordan wmjordan added enhancement QuickInfo Tool tip and quick info labels Jun 1, 2024
@wmjordan wmjordan self-assigned this Jun 1, 2024
@wmjordan wmjordan mentioned this issue Jun 2, 2024
35 tasks
@wmjordan
Copy link
Owner

wmjordan commented Jun 2, 2024

Please download the new beta.

@Stekeblad
Copy link
Author

Looks good in beta 9861

@wmjordan
Copy link
Owner

wmjordan commented Jun 7, 2024

The previous beta has a problem, please download the new one.

@wmjordan wmjordan closed this as completed Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement QuickInfo Tool tip and quick info
Projects
None yet
Development

No branches or pull requests

2 participants