News

Show implicit parameters action.

I’m glad to introduce to you new feature of Scala plugin, which is coming with builds 0.4.1480 and 0.5.111 (depends on IntelliJ IDEA version).

This called “Show implicit parameters action”, however it also can be called like “Go to passed implicit value”.

As usual using of this feature is very simple. Look at the following example:

Then you probably want to know, what is actually passed to `foo` call. So you can press Ctrl+Shift+P, and then you will get the result:

After that you can choose parameter for navigation.