You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.The text was updated successfully, but these errors were encountered: