Project
IntelliJ IDEA
Priority
Normal
Type
Usability Problem
Fix versions
No Fix versions
State
Open
Assignee
Maxim Mossienko
Subsystem
Flex Support
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Wallaby Pouch
    3 years ago (10 Feb 2009 02:01)
  • Updated by   Kirill Safonov
    14 months ago (24 Nov 2010 21:26)
  • Jira: IDEA-21844
    (history, comments)
 
IDEA-21844 Flex: Better "unknown identifier" quick fix
1
Issue is visible to: All Users
  The issue is visible to the selected user group only
I have the code

addEventListener(ResizeEvent.RESIZE, onResize);

where onResize is an unknown identifier.

Currently pressing Ctrl+Return on it gives many options: class, constant field, event handler, field, function, get property, interface.

I don't how interface, class, get property and constant field make sense here. Event handler and function are fine. The target type of the identifier should be respected.

The order should also be fixed. I think functiom and event handler should be at the beginnin of the list.
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments