Undefined identifiers
Is there any chance that we can get better support for flagging
undefined identifiers? Something as simple as mistyping a variable name
(I had "usreID" when I meant "userID" for example) can be maddening -
especially for those of us who are just coming over from Java and are
used to IDEA's superb Java syntax checking.
请先登录再写评论。
By enabling error highlighting you'll get what you want (Alt + Ctrl + Shift + E). Problem is that you will get false errors (it is the reason why it's disabled). But for many projects it's usable (I use it not only to handle bugs in error highlighting, it's really helpful), and it becomes better every day, so one happy day it will be enabled by default.
Best regards,
Alexander Podkhalyuzin.
Ahhhh, yes. Much better.
Except that I'm on a Mac and that is NOT the key sequence for that
command on a Mac (it's Command + Alt/Option + Shift + E).
Thanks,
Donald
On 11/12/10 5:56 PM, Alexander Podkhalyuzin wrote:
Ok, what about the intentions? (create field, method, etc)
It will be done, of course, but now there is no such features.
Best regards,
Alexander Podkhalyuzin.