We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since upgrading to C# extension v2, I have noticed the documentation comments are not behaving as expected.
When inside a documentation comment, pressing enter should produce three slashes on the next line.
This DOES work at the end of a line, but does NOT work mid-line.
(Seems to be intended behavior / didn't see any relevant logs produced)
VSCode version: 1.97.2 C# Extension: 2.63.32 Using OmniSharp: false
Runtime Environment: OS Name: ubuntu OS Version: 24.04 OS Platform: Linux RID: ubuntu.24.04-x64 Base Path: /usr/lib/dotnet/sdk/8.0.112/
.NET workloads installed: Workload version: 8.0.100-manifests.784cc8f7 There are no installed workloads to display.
Host: Version: 8.0.12 Architecture: x64 Commit: 89ef51c5d8
.NET SDKs installed: 6.0.136 [/usr/lib/dotnet/sdk] 8.0.112 [/usr/lib/dotnet/sdk]
.NET runtimes installed: Microsoft.AspNetCore.App 6.0.36 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 8.0.12 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 6.0.36 [/usr/lib/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 8.0.12 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Other architectures found: None
Environment variables: Not set
global.json file: Not found
Learn more: https://aka.ms/dotnet/info
Download .NET: https://aka.ms/dotnet/download
The text was updated successfully, but these errors were encountered:
Same behavior on...
VS Code: 1.97.2 C# Extension: 2.63.32 OS Name: Mac OS X OS Version: 15.3 OS Platform: Darwin RID: osx-arm64
...so it's not OS/machine specific.
Sorry, something went wrong.
Caused by on enter rules defined for C# on the VSCode side. Fix here - microsoft/vscode#242121
Wow, thanks for the fast PR! :D
dibarbet
Successfully merging a pull request may close this issue.
Issue Description
Since upgrading to C# extension v2, I have noticed the documentation comments are not behaving as expected.
Expected Behavior
When inside a documentation comment, pressing enter should produce three slashes on the next line.
Actual Behavior
This DOES work at the end of a line, but does NOT work mid-line.
Steps to Reproduce
newline.mp4
Logs
(Seems to be intended behavior / didn't see any relevant logs produced)
Environment information
VSCode version: 1.97.2
C# Extension: 2.63.32
Using OmniSharp: false
Dotnet Information
.NET SDK: Version: 8.0.112 Commit: 3f0c4a16e5 Workload version: 8.0.100-manifests.784cc8f7Runtime Environment:
OS Name: ubuntu
OS Version: 24.04
OS Platform: Linux
RID: ubuntu.24.04-x64
Base Path: /usr/lib/dotnet/sdk/8.0.112/
.NET workloads installed:
Workload version: 8.0.100-manifests.784cc8f7
There are no installed workloads to display.
Host:
Version: 8.0.12
Architecture: x64
Commit: 89ef51c5d8
.NET SDKs installed:
6.0.136 [/usr/lib/dotnet/sdk]
8.0.112 [/usr/lib/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.36 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.12 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.36 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.12 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Visual Studio Code Extensions
The text was updated successfully, but these errors were encountered: