dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.88k stars 676 forks source link

vs code for mac intellisens auto correcs Razor Page Syntax @{.. to @__o{} #5326

Open KyleDEV opened 2 years ago

KyleDEV commented 2 years ago

When I try to type@{} in Razor Page to use C# code, THe IntelliSense replaces it with @__o{}

Environment data

dotnet --info output: Version: 6.0.302 Commit: c857713418

VS Code for Mac: Version: 1.68.0 (Universal) Commit: 4af164ea3a06f701fe3e89a2bcbb421d2026b68f Date: 2022-06-08T11:44:00.250Z Electron: 17.4.7 Chromium: 98.0.4758.141 Node.js: 16.13.0 V8: 9.8.177.13-electron.0 OS: Darwin x64 20.6.0

scott-parkhill commented 2 years ago

This happens to me too on Linux, and other bad suggestions being autofilled, like @__Blazor. Pretty annoying.

bassem-mf commented 2 years ago

This happens to me too with VS Code on Windows. Also @() is auto-corrected to @__o()