History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-18832
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Assignee: Maxim Mossienko
Reporter: Taras Tielkes
Votes: 2
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

No code completion inside import statement

Created: 22 Jul 08 01:52   Updated: 03 Nov 08 18:19
Component/s: Flex Support

Issue Links:
Depend
This issue depends on:
IDEADEV-32357 FQN function call not resolved Normal Open
 

Build: 8,600
Severity: High


 Description  « Hide
In Flex/AS3 files, no code completion is offered inside a "import" statement.
import <caret>

or

import flash.<caret>

While completions for classes/interfaces inside a package works, the completion for package elements does not work.



 All   Comments   Work Log   Change History      Sort Order:
Per Olesen - 10 Sep 08 17:59
Yes, this is really irritating for me too.
Funny thing is, that IDEA does validate the packages and classes in the import. I can see them underlined/marked in error if I type the wrong thing, so I guess it has the knowledge already!?