Configure autocomplete in intellij with hamcrest and mockito dsl

Posted by sgargan on Stack Overflow See other posts from Stack Overflow or by sgargan
Published on 2012-06-15T22:32:39Z Indexed on 2012/06/19 9:16 UTC
Read the original article Hit count: 242

I'm wondering if its possible to configure Intellij's smart insert to suggest hamcrest and mockito dsl idioms when in test classes. Really I'm looking for something like eclipse's 'static favorites', so that when I hit ctrl + space or ctrl +shift +space the idioms are present.

In general is it possible to configure autocomplete/smart insert or the suggestions balloon for that matter. I've looked through the settings without much luck but could easily have overlooked something.

© Stack Overflow or respective owner

Related posts about java

Related posts about autocomplete