+1

As a further suggestion I'd like IDEA to be a bit smarter when I invoke 
certain refactoring; I may not be in exactly the right place so it could 
work out what I really mean.  For instance, the "change method 
signature" refactoring requires me to have my cursor on the name of the 
method in the declaration - I often find myself with the cursor in the 
parameter list and invoking "change method signature", but IDEA isn't 
having any of it, even though what I want to do is not ambiguous....

Obviously if it was ambiguous I wouldn't want it to assume anything...

Konstantin Polyzois wrote:
> I am no master at using Intellij, and I many times find myself testing
> different refactorings because I dont know exactly which one does what. When
> doing this I often get some error like "Can not perform refactoring...".
> 
> So what I would like is that IntelliJ greys out Refactorings that are not
> possible given my context.
> 
> public class My|Class{
> 
> }
> | = cursor position
> Given this position I would not want to see Extract Method Refactoring (but
> off course Rename Refactoring).
> 
> /Konstantin
> 
> 

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to