IntelliJ IDEA scala type info

后端 未结 5 795
遥遥无期
遥遥无期 2021-01-02 02:28

The Eclipse scala plugin has a very nice info. One can hover over pretty much anything be it a function definition, val, var, function call etc and get type info. This is im

5条回答
  •  死守一世寂寞
    2021-01-02 03:15

    Intellij IDEA 14 (OSX) has this option in the Preferences -> Languages and Frameworks -> Scala Compile Server menu option.

    Ensure that the Show type info on mouse motion with delay option is ticked.

    enter image description here

提交回复
热议问题