Prevent auto-insertion of summary docstrings
Open
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
Assessment
This issue has not been assessed yet.