Having recently bought several licenses and moved from various IDE's
(including NetBeans) to IDEA there are a few features we are interested
in having implemented, if possible.
1. We would like to right click on a class in the source browser and
have the following refactors(refactorings?)
a) Extend (if the class is abstract -- and have it auto create the
stubs for any abstract methods)
b) Implement (if the class is an interface)
c) Subclass
2. You know the blue bracket that shows a block when you are on a
closing character (eg: })? Could it be a configurable option to ALWAYS
show the bracket, not just when the cursor is on the closing character?
That would be extremely handy. I find myself navigating to the end of
the block just to see which block I am in :-/
3. An option for auto-method-name completion that doesn't add ANYTHING
after the method name?
4. A right-click context-menu option that will reposition the
project/source browser to the file you are currently on?
5. The option to have modified lines in a file appear with a different
background color than normal (much like the light yellow Current Line
background).
6. We use a convention of prefixing private class variables with an
underscore:
private String _name;
It would be nice if the auto creation of getter/setter functions would
take this into account and strip the leading underscore and uppercase
the first letter:
public String getName () {
return _name;
}
If you have any questions regarding these ideas, please let me know!
Thank you for your time!
:: nicholas j leon ([EMAIL PROTECTED], [EMAIL PROTECTED])
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features