ensime.tmbundle icon indicating copy to clipboard operation
ensime.tmbundle copied to clipboard

Inspect Type with Type args.

Open mads-hartmann opened this issue 14 years ago • 0 comments

n the following example the type displayed is List instead of List[Int]. Ensime gives all the type-arg information so I just need to use it.

val list = 1 :: 2 :: 3 :: 4 :: Nil
list

mads-hartmann avatar Nov 17 '10 09:11 mads-hartmann