Domanda

I'm wondering whether in Scala-IDE is there possibility to jump from inferred value/variable to type of this variable. I can only see type information in tooltip while hovering over variable.

Nessuna soluzione corretta

Altri suggerimenti

You can use Ctrl+Shift+T to find type that you see in tooltip.

There is a slightly better workaround in the current nightlies of Scala IDE. A feature has been added to make inferred types explicit.

Put the caret on the line declaring the val/var and use Ctrl+1. You should see the quick fix Add explicit type .... Then you can navigate to the type.

If you have a good idea on how to improve the UI to make this navigation possible, please open a feature request.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top