You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! First off, I love the plugin. It's extremely helpful.
A problem I'm seeing though is with block comments. Starting or closing them can cause my VS2017 instance to hang for 10-30 seconds, depending on how much code is in the file. And likewise, working with a file containing block comments is unusably slow: typing, character updates, and cursor movements update at about 1 cycle per second, with the CPU pegged at 100% of whatever core it's running on. I'm guessing it's an issue with text parsing, but not entirely sure.
It seems to be reliably reproducible for me, with all other plugins disabled. Disabling remarker fixes the issue.
Anyways, not sure if it's a bug or an issue with my install, but thought I'd report it in case.
Thanks again for the plugin!
The text was updated successfully, but these errors were encountered:
Hey there! First off, I love the plugin. It's extremely helpful.
A problem I'm seeing though is with block comments. Starting or closing them can cause my VS2017 instance to hang for 10-30 seconds, depending on how much code is in the file. And likewise, working with a file containing block comments is unusably slow: typing, character updates, and cursor movements update at about 1 cycle per second, with the CPU pegged at 100% of whatever core it's running on. I'm guessing it's an issue with text parsing, but not entirely sure.
It seems to be reliably reproducible for me, with all other plugins disabled. Disabling remarker fixes the issue.
Anyways, not sure if it's a bug or an issue with my install, but thought I'd report it in case.
Thanks again for the plugin!
The text was updated successfully, but these errors were encountered: