Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Duplicate
Assignee
Maxim Mossienko
Subsystem
Flex Support
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Taras Tielkes
    3 years ago (22 Jul 2008 02:52)
  • Updated by   Taras Tielkes
    3 years ago (03 Nov 2008 19:19)
  • Jira: IDEA-18832
    (history, comments)
 
IDEA-18832 No code completion inside import statement
1
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.

Issue was resolved
Comments (1)
 
History
 
Linked Issues (?)
 
Per Olesen
  Per Olesen
10 Sep 2008 18:59
3 years ago
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!?