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

Prevent auto-insertion of summary docstrings

Open all-iver opened this issue 1 year ago • 1 comments

Environment data

VS Code version: 1.87.2 C# Extension version: 2.22.3

Steps to reproduce

  1. Type "///"

Expected behavior

Nothing should happen.

Actual behavior

This text is auto-inserted:

/// <summary>
/// 
/// </summary>

Furthermore, pressing return after any line that starts with a "///" auto-inserts another "///" on the next line.

Additional context

Is there an existing way to disable this behavior?

all-iver avatar Mar 16 '24 05:03 all-iver

@akhera99 do you know if we have an option for this in VS? If we do we may want to add it to VSCode as well

dibarbet avatar Mar 19 '24 01:03 dibarbet