There are two problems:
1) It is a time-consuming task to check for each caret move to check,
what action is appliable.

2) If an action is grayed out, IDEA can't give you a clue, what it
would expect. Currently it can tell you, what it needs.

That's why: -10

Tom


On Thu, 18 Jul 2002 16:28:29 +0200, "Konstantin Polyzois"
<[EMAIL PROTECTED]> 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