vscode-docomment
vscode-docomment copied to clipboard
Don't open suggestion list when typing a period in an xmldoc comment
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.
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.
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.
Agreed. I wasn't able to find a setting to disable this either.
I'm having the same issue - extra annoying because hitting space will apply the snippet.
+1 this
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