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

Don't open suggestion list when typing a period in an xmldoc comment #71

Open
invicticide opened this issue Aug 6, 2018 · 5 comments
Open
Assignees

Comments

@invicticide
Copy link

I'm not sure if this is an issue with the plugin or if it's some vscode configuration I've got wrong, but when I create a comment by typing /// and it auto-expands, and I'm filling in some description (or whatever) if I type a period it immediately pops up the auto-complete list. Inside a comment, I never want this.

xmldoc completion

If I'm typing inside a regular // or /* ... */ comment, the period does not pop up the auto-complete list. It only happens inside xmldoc comments.

@CoderCoco
Copy link

I have this issue as well, I don't remember this being a problem originally when I started developing in vscode but I started noticing it after a recent update.

Not sure if it was an update that changed it or I just never really noticed before.

@primitiveType
Copy link

Agreed. I wasn't able to find a setting to disable this either.

@richardpineo
Copy link

I'm having the same issue - extra annoying because hitting space will apply the snippet.

@bluetentacle
Copy link

+1 this

@kasecato kasecato self-assigned this Mar 25, 2020
@jonhaddow
Copy link

This isn't an issue with this extension. If you disable the extension, it still occurs. I believe it comes from the C# extension and here's an issue logged there: dotnet/vscode-csharp#1424

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

7 participants