layout | order | title |
---|---|---|
homepage |
2 |
Home |
ENSIME brings IDE features to your favourite text editor:
- Show the
type
of the symbol under the cursor. - Contextual completion for
var
,val
anddef
. - Semantic highlighting with
implicit
expansion. - Add an import for the symbol under the cursor.
- Fast classpath search (types and members).
- Jump to source code or documentation.
- Refactorings (rename, organise imports, extract method).
- Errors and warnings in your code: red squigglies.
We recommend going to the Getting Started section if you would like to learn more.