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

'href' should be offered as a completion attribute for 'see' #37504

Closed
sharwell opened this issue Jul 26, 2019 · 0 comments · Fixed by #52342
Closed

'href' should be offered as a completion attribute for 'see' #37504

sharwell opened this issue Jul 26, 2019 · 0 comments · Fixed by #52342
Labels
4 - In Review A fix for the issue is submitted for review. Area-IDE Bug IDE-IntelliSense Completion, Signature Help, Quick Info IntelliSense-Completion
Milestone

Comments

@sharwell
Copy link
Member

This is a follow-up issue for #35667.

See #35667 (comment).

Sample code

/// <summary>
/// <see | />
/// </summary>
private int value;

Expected result

Completion at | should show the href attribute.

Actual result

Completion at | does not include the href attribute.

Additional details

  • href should also be added for seealso
  • href we need to decide if href should be presented for a
@sharwell sharwell added Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it Area-IDE IDE-IntelliSense Completion, Signature Help, Quick Info labels Jul 26, 2019
@sharwell sharwell added this to the Backlog milestone Jul 26, 2019
@jinujoseph jinujoseph added 4 - In Review A fix for the issue is submitted for review. and removed help wanted The issue is "up for grabs" - add a comment if you are interested in working on it labels Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - In Review A fix for the issue is submitted for review. Area-IDE Bug IDE-IntelliSense Completion, Signature Help, Quick Info IntelliSense-Completion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants