Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d6y/atom-ensime
https://github.com/d6y/atom-ensime
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/d6y/atom-ensime
- Owner: d6y
- License: mit
- Created: 2015-04-21T11:54:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T08:52:42.000Z (over 8 years ago)
- Last Synced: 2023-03-10T19:08:47.845Z (almost 2 years ago)
- Language: CoffeeScript
- Size: 337 KB
- Stars: 0
- Watchers: 1
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atom ENSIME
[![Join the chat at https://gitter.im/ensime/ensime-atom](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ensime/ensime-atom?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![APM Downloads](https://img.shields.io/apm/dm/ensime.svg)](https://atom.io/packages/ensime)
[![Build Status](https://travis-ci.org/ensime/ensime-atom.svg?branch=master)](https://travis-ci.org/ensime/ensime-atom)
[![Build status](https://ci.appveyor.com/api/projects/status/lyocvjp5tt27abo5?svg=true)](https://ci.appveyor.com/project/hedefalk/ensime-atom)ENSIME integration includes the following features for Scala developers:
- Jump to definition
- Hover for type information
- Errors and warnings (in gutter and in an output window)
- Basic autocompletion
- Format source file
- Show implicits
- Go to type
- Go to documentation
- Organize imports## Full Documentation
Documentation is available at [ensime.org](http://ensime.org/editors/atom/)
## Getting Started Summary
1. After installation go to the Atom ENSIME package settings and set the path to sbt.
2. Use the `gen-ensime` command in sbt to generate a _.ensime_ file.
3. cmd-shift-P Ensime: StartSee the full documentation for more details.