{"id":18790700,"url":"https://github.com/onsails/ensime-snapshots","last_synced_at":"2026-02-11T13:33:05.588Z","repository":{"id":18187644,"uuid":"21304747","full_name":"onsails/ensime-snapshots","owner":"onsails","description":null,"archived":false,"fork":false,"pushed_at":"2014-06-28T14:50:44.000Z","size":33012,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-04T07:27:26.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onsails.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-28T14:49:06.000Z","updated_at":"2016-10-04T18:48:42.000Z","dependencies_parsed_at":"2022-08-25T15:50:31.543Z","dependency_job_id":null,"html_url":"https://github.com/onsails/ensime-snapshots","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onsails/ensime-snapshots","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onsails%2Fensime-snapshots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onsails%2Fensime-snapshots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onsails%2Fensime-snapshots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onsails%2Fensime-snapshots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onsails","download_url":"https://codeload.github.com/onsails/ensime-snapshots/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onsails%2Fensime-snapshots/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T21:13:18.915Z","updated_at":"2026-02-11T13:33:05.568Z","avatar_url":"https://github.com/onsails.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Stories in Ready](https://badge.waffle.io/ensime/ensime-server.png?label=ready\u0026title=Ready)](https://waffle.io/ensime/ensime-server)\n# ENSIME\nthe ENhanced Scala Interaction Mode for Emacs\n\n# Help wanted!\n\nPlease help developing this project. You'll find hacking instructions at the end of the document.\nAlso QA help is of high value so please go to the [project's Code Triage page](http://www.codetriage.com/ensime/ensime-server)\nand start commenting on issues.\n\n# Links\n- [ Download releases ](https://www.dropbox.com/sh/ryd981hq08swyqr/V9o9rDvxkS/ENSIME%20Releases)\n- [ Manual ](http://ensime.github.io/)\n- [ Manual as PDF ](http://ensime.github.io/manual.pdf)\n- [ Discussion Group ](http://groups.google.com/group/ensime?hl=en)\n\n\n## Features\n\n- Highlight errors and warnings in your code buffers, as you type.\n- Inspect the type of any expression.\n- Browse packages\n- Completion for variables, methods, constructors, etc.\n- Incrementally search through classpath symbols\n- Find all references to a symbol\n- Jump to symbol definitions, including inside source jars\n- Semantic Highlighting\n- Automated Refactorings (rename, organize imports, extract method)\n- Source Formatting\n- AST-based selection\n- Supports sbt 12,13\n- Embedded sbt shell\n- REPL featuring stack trace highlighting with links to source code\n- Debug support\n\n\n## Demo Videos (some are very out of date!)\n\n- [Overview (a bit out of date)](http://www.youtube.com/watch?v=A2Lai8IjLoY)\n- [Searching](http://www.youtube.com/watch?v=fcgnAJz98QE)\n- [Debugger Support](http://www.youtube.com/watch?v=v7-G6vD42z8)\n- [Import Suggestions](http://www.youtube.com/watch?v=Ynp8Df7-paw\u0026hd=1)\n\n\n\n## System Requirements\n\n- Emacs 22 or later.\n- Linux, Mac OSX, Windows\n- Java Runtime\n- A Scala 2.9.x, 2.10.x, and 2.11.x (comming soon) project\n\n\n## Documentation\n\n- [The ENSIME User Manual](http://ensime.github.com/ensime-src/index.html)\n\n\n## Getting Started\n\n__1) Install scala-mode2__\n\nAlthough it's not required, ENSIME is designed to compliment an existing scala major mode. scala-mode2 is an excellent scala mode, and can be found at https://github.com/hvesalai/scala-mode2\n\n__2) Install the ENSIME Server__\n\nDownload the ENSIME distribution from the [releases page](https://www.dropbox.com/sh/ryd981hq08swyqr/V9o9rDvxkS/ENSIME%20Releases). Unpack the ENSIME distribution into a directory of your choosing. \n\nAdd the following lines to your .emacs file:\n\n    ;; load the ensime lisp code...\n    (add-to-list 'load-path \"ENSIME_ROOT/src/main/elisp/\")\n    (require 'ensime)\n\n    ;; This step causes the ensime-mode to be started whenever\n    ;; scala-mode is started for a buffer. You may have to customize this step\n    ;; if you're not using the standard scala mode.\n    (add-hook 'scala-mode-hook 'ensime-scala-mode-hook)\n\n\n__3) If you are using sbt, install the ENSIME Sbt Plugin (otherwise, see the [manual](http://ensime.github.com/ensime-src/index.html#tth_sEc3.1.2))__\n\nAdd the following lines to your project/plugins.sbt file:\n\n    addSbtPlugin(\"org.ensime\" % \"ensime-sbt-cmd\" % \"VERSION\")\n\nReplace VERSION with the latest version of the plugin, available on [the plugin page](https://github.com/ensime/ensime-sbt-cmd).  Then, from an sbt shell, generate your ENSIME project:\n    \n    ensime generate\n\nNote: Currently, it may be necessary to first delete your project/target directories before running 'ensime generate'.\n\nYou should now have a .ensime file in the root of your project. There's no need to edit this file manually as you can now specify ENSIME settings directly from your sbt build file. Check the [manual](http://ensime.github.com/ensime-src/index.html#tth_sEc3.1.1) for details.\n\n\n__4) Start ENSIME__\n\nFrom inside Emacs, execute M-x ensime\n\n\n## Developer Quick Start\nNote: This section is for people who want to hack on ENSIME itself.\n\nAfter cloning, and before you can run ENSIME, you must create the distribution directory structure. The sbt task 'stage' will create the directory 'dist' underneath the root clone directory. Then, follow the install instructions in section 2.2 above, substituting CLONE_DIR/dist as the root of your ENSIME distribution.\n\n\nThe work-flow I use when hacking ENSIME:\n\n- Edit source files\n- 'sbt stage'\n- Stop existing ENSIME server by killing *inferior-ensime-server* buffer\n- Restart ENSIME with M-x ensime\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonsails%2Fensime-snapshots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonsails%2Fensime-snapshots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonsails%2Fensime-snapshots/lists"}