dotnet / dotnet/vscode-csharp

Prevent auto-insertion of summary docstrings

Open
#6,976 1 comment 0 reactions 1 assignee Claimed by @akhera99 View on GitHub
Triaged
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
18h 40m
Merged PRs (30d)
31

Description

## 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:

///
///
///

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.