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

Intellisense is shown inside comments with XML documentation #1778

Closed
jasoncavett opened this issue Oct 5, 2017 · 3 comments
Closed

Intellisense is shown inside comments with XML documentation #1778

jasoncavett opened this issue Oct 5, 2017 · 3 comments

Comments

@jasoncavett
Copy link

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.4)

Product Information:
 Version:            1.0.4
 Commit SHA-1 hash:  af1e6684fd

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.15063
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\1.0.4

VS Code version: 1.16.1
C# Extension version: 1.12.1

Steps to reproduce

  1. Create a block comment with XML documentation like:
/// <summary>
/// 
/// </summary>
  1. Type sentences in the comment.
  2. Ending with a period causes auto complete to trigger and is very annoying to type.

Expected behavior

I would expect that the plugin honors the editor.quickSuggestions in microsoft/vscode#9504. The editor behaves the way I would expect if I disable the C# plugin.

Actual behavior

Intellisense is shown and is triggered when I'm trying to type sentences in my comment.

@DustinCampbell
Copy link
Member

I believe this is a duplicate #1424. Does that look like the same issue you're seeing?

@jasoncavett
Copy link
Author

Yes, this is the exact issue. Closing this one out in favor of duplicate #1424. Thank you!

@DustinCampbell
Copy link
Member

Thanks for checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants