ReSharper Parsing Optimization

Hi Guys,

I have currently working with big code files (~3000 lines of code). I am sure there are people out there that are working with bigger code files. One thing that I figure out is that on every change of the file the code is reparsed again. No mater of what the change is. Is that correct?

What I find will increase performance of working with large files is only the piece of code that changes (code block, method, property, etc.) to be reparsed. Is this possible?

0

Please sign in to leave a comment.