Details
Description
This occurs in large Qt projects in visual studio.
Steps to reproduce:
- Open VS 2017 (15.5.7)
- Open a solution (.sln) which includes a Qt project, with subclasses using the Q_OBJECT macro.
- Modify the source file of one of these classes.
- Save the file
- (Visual studio hangs for 15-20 seconds)
- File is saved
Something the addin is doing is computationally expensive as the hang is not present when the addin is disabled.
(Feel free to write to me if you need any more details)