vscode-docomment icon indicating copy to clipboard operation
vscode-docomment copied to clipboard

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

Open invicticide opened this issue 6 years ago • 5 comments

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.

invicticide avatar Aug 06 '18 22:08 invicticide

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.

CoderCoco avatar Aug 22 '18 00:08 CoderCoco

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

primitiveType avatar Sep 02 '18 20:09 primitiveType

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

richardpineo avatar Sep 12 '18 17:09 richardpineo

+1 this

bluetentacle avatar Sep 20 '18 19:09 bluetentacle

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: https://github.com/OmniSharp/omnisharp-vscode/issues/1424

jonhaddow avatar Oct 24 '20 20:10 jonhaddow