Reporter | Greg Law (lothan) |
---|---|
Created | Jan 3, 2012 3:47:02 AM |
Updated | Feb 3, 2012 6:47:16 PM |
Priority | Normal |
Type | Usability Problem |
Fix versions | Next |
State | Submitted |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | Quick Fixes |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
Perform an action such as renaming a property or parameter that requires reanalyzing the current file. While the analysis is in progress, go to a public method or constructor that should be protected or a public or protected method that should be private and press Alt+Enter. When the code analysis completes, the quick fix options presented are 'Make method protected', 'Make method internal', and 'Make method private'.
Escape out of the quick fix options and press Alt+Enter again. This time the quick fix options presented are 'Make method foo private' and 'Inspection options for 'Method can be made private.'
The difficulty here is that I have to wait until code analysis seems complete (e.g. I get the yellow square) and then wait another two or three seconds before I get the real quick fix options.
Escape out of the quick fix options and press Alt+Enter again. This time the quick fix options presented are 'Make method foo private' and 'Inspection options for 'Method can be made private.'
The difficulty here is that I have to wait until code analysis seems complete (e.g. I get the yellow square) and then wait another two or three seconds before I get the real quick fix options.