-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Visual Studio hangs on commenting out lines in Razor view #12
Comments
Does this reproduce with the latest version of the extension? I can't reproduce it and I think it might have been fixed in the latest release. |
I am also getting an issue with VS freezing when RainbowBraces is enabled, when opening Razor (cshtml) files. In my case it's happened with various .cshtml files and seems unrelated to comments since I don't have any comments in this particular file. I'm running version 1.0.18 I'd be happy to supply some examples if it would help. |
@ScottDatafest what .NET version is your project using? Also, are you using the new experimental Razor editor that you have enabled under Preview Features in Tools/Options? |
.Net Framework 4.7.2
Not using the new experimental Razor editor.
I am using ReSharper, version 2022.2.2. (I’ll update ReSharper just to see if it makes any difference.)
Scott A. Clawson
President | Datafest Technologies, Inc.<http://www.datafest.com/>
(801) 261-4608 ext. 2 | AdSystem Blog<http://blog.datafest.com/>
[AdSystem Online Small]
From: Mads Kristensen ***@***.***>
Sent: Thursday, September 1, 2022 4:01 PM
To: madskristensen/RainbowBraces ***@***.***>
Cc: Scott A. Clawson ***@***.***>; Mention ***@***.***>
Subject: Re: [madskristensen/RainbowBraces] Visual Studio hangs on commenting out lines in Razor view (Issue #12)
@ScottDatafest<https://github.com/ScottDatafest> what .NET version is your project using? Also, are you using the new experimental Razor editor that you have enabled under Preview Features in Tools/Options?
—
Reply to this email directly, view it on GitHub<#12 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASOUOTD4OV7CAF3GKZLM7MLV4ERSJANCNFSM6AAAAAAQCMB6UY>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Describe the bug
Today I installed the extension in my VS2022 (17.3.3) and all worked fine. Until I needed to change and comment out some lines in a Razor view in a ASP.Net Framework MVC project. When typing
@*
, VS automatically adds*@
, but the first time it takes a few seconds. Then, the next time, or the third, VS goes from hanging to freezing.The Razor view I worked on contains
if/else
statements and thus multiple braces. Which do not get colored, by the way.After trying and freezing a couple of times, I disabled the extension and commenting out a line in a Razor view worked again. That's why I'm filing a bug report, because I think this is related to the extension.
Re-enabling the extension and trying again, causes the problem again.
To Reproduce
Steps to reproduce the behavior:
@*
at the start of the line to comment.*@
and paste it to the end of the lineExpected behavior
I expected the Razor editor to work as before installing the extension.
The text was updated successfully, but these errors were encountered: