ensime.tmbundle
                                
                                 ensime.tmbundle copied to clipboard
                                
                                    ensime.tmbundle copied to clipboard
                            
                            
                            
                        Inspect Type with Type args.
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