Filtering Completion
Hi, I use IntelliJ 9 to code Grails with pleasure and I have a question about code completion. Is it possible to filter the completion list after hitting crtl+space e.g. to show only the methods or only the parameters at once?
Thank you in advance
Sven
请先登录再写评论。
Hi Sven, I don't think so. If you want that, it's best to put a request in Youtrack: http://youtrack.jetbrains.net
Erik
PS: The only way I know how to filter is based on return type. You can do that by using ctrl+shift+space, which will only show 'applicable' methods.