In the past month, Visual Studio has been randomly hanging (it freezes for ~10 seconds and then resumes) while I edit code. Last night, I discovered that the open parenthesis [i.e. "("] character is the problem. For instance, if I am starting to type a conditional, a type, case, or array index, or even just a single open parenthesis, e.g.
if (
type(
case(
real_array(
(
I still have this issue with 13 (update2). I believe that it is related to on the fly parsing of file as the duration is much longer for large files.
Has anyone else experienced this delay? If so, how did you resolve it.
Thanks.




