Paste class + its package from Code Completion
Hello!
I find it somehow disturbing, that only on some occasions IntelliJ is able to recognize if I need full qualified class name with its package path, in MXML.
What I'd like to know, if there is a method to make IntelliJ paste class + it's package from the Code Completion? Like for instance, when you pass the itemRenderer for the list you have to type com.domain.package.MyCustomItemRenderer
Thanks!
请先登录再写评论。
Hi Konrad,
As I understood you are talking about completion of MXML attribute value where only fully qualified class names are allowed
(for example <mx:List itemRenderer="<caret>"/>)
This seems to be a bug, please open an issue for that: http://youtrack.jetbrains.net/dashboard
Thank you for your answer!
I've just posted the issue:
http://youtrack.jetbrains.net/issue/IDEA-55503