It's apparent that IDEA keeps track of all variables and methods and such
within my source file and project.

One feature I'd love to see is for it to fix the case sensitivity of these
things when I'm coding.

For example, if there's a variable declared this way:

String firstName = null;

and I type:

firstname = null;

The editor will recognize this pattern and automatically fix it for me.  So
it would fix the above statement to be:

firstName = null;

Would save **alot** of keystrokes to the Shift key.

Ideally, it would nice to be able to accomodate 3 different behaviours using
a configurable editor setting.

1. Automatically fix variables/method names (behaviour mentioned above)
2. Ask to fix (similar to how it works with detecting missing imports and
Alt-Enter)
3. Do nothing (what it currently does)

If you're "for" this feature, please indicate which setting should be the
default.




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

Reply via email to