Does IntelliJ have an equivalent to Resharper's "Import Symbol" command?
Is there a way in IntelliJ to get code completion to show all classes regardless of what's imported or not? Resharper calls this "Import Symbol" (Ctrl-Alt-Space).
Thanks,
Sam
Please sign in to leave a comment.
Same shortcut (CTRL+ALT+Space) by default, called "Complete Code: Class Name" in IDEA, described as "Complete class name and add import for it."
Randall Schulz
Thanks. Looks like I was running into a specific Flex support bug where code completion fails in a specific instance. I'll report it.
Sam