Author |
Topic  |
|
tkontos
Junior Member
 
USA
13 Posts |
Posted - Jun 10 2017 : 07:19:29 AM
|
I have a reproducible problem with the latest VA version. Extracting a particular function causes VS to stop responding. I have used this function without a problem in other parts of my code. |
Thanos Kontos |
|
feline
Whole Tomato Software
    
United Kingdom
19137 Posts |
Posted - Jun 10 2017 : 08:15:54 AM
|
Is this a pause, where the IDE comes back to life after a few moments, or even quite a few seconds? Or does the IDE lock up, totally stop responding, and you have to kill the IDE to get back into it?
Are you seeing and accepting the Extract Method dialog? I am wondering if somehow a message box or dialog is appearing, but it is outside the visible screen area, which would look a lot like a hang. This could happen if you regularly change the number of monitors, or their resolutions, that you work with. |
zen is the art of being at one with the two'ness |
 |
|
sean
Whole Tomato Software
    
USA
2817 Posts |
Posted - Jun 10 2017 : 09:39:49 AM
|
Sorry for the trouble. Please capture a minidump of the hang and submit it via our contact form as described at https://support.wholetomato.com/default.asp?W303. Put "TOPIC_ID=13936" in the contact form subject or description. |
 |
|
sean
Whole Tomato Software
    
USA
2817 Posts |
Posted - Jun 16 2017 : 8:58:03 PM
|
We received the dump and have responded by email. case=108954, We aren't able to repro but suspect a conflict with another extension. Are you using editorconfig? |
 |
|
sean
Whole Tomato Software
    
USA
2817 Posts |
Posted - Jun 16 2017 : 9:04:38 PM
|
Also, it looks like the email address you use on the forum is no longer valid. You are subscribed to this thread but messages are bouncing back. |
 |
|
sean
Whole Tomato Software
    
USA
2817 Posts |
Posted - Jun 17 2017 : 9:19:04 PM
|
This appears to be a conflict between Code Inspection and the VC++ implementation of editorconfig. case=109020 |
 |
|
sean
Whole Tomato Software
    
USA
2817 Posts |
Posted - Jun 22 2017 : 5:58:58 PM
|
This problem can affect many VA refactoring and code generation operations. The problem is not dependent upon Code Inspection being enabled. It occurs when VA opens a file that is not already open as part of the executed command. This only occurs in VS2017 when using EditorConfig; GetCodingConventions appears to deadlock the UI thread. We continue to investigate. |
 |
|
|
Topic  |
|