ensime Questions

4

Solved

I am currently trying to install ENSIME for emacs 24.3.1 following the instructions at https://github.com/ensime/ensime-emacs under the quick start; I've added (require 'package) (add-to-list '...
Labefaction asked 18/7, 2014 at 21:19

0

I have been using IntelliJ IDEA for a predominantly maven based Java project that has some Scala code as well. The pom.xml uses scala-maven-plugin with scala-compile-first working well. I tried por...
Haberdasher asked 22/2, 2018 at 12:57

1

Solved

I have a Scala project called scala-playground and I generated the configuration for Ensime with sbt ensimeConfig and sbt ensimeConfigProject. When running M-x ensime from a buffer of the project,...
Bullace asked 28/8, 2017 at 19:13

1

Solved

When I run ensimeConfig, it creates directories such as src/main/java src/main/scala-2.11 which I don't need, since I have my sources always inside src/main/scala How can I avoid such behavi...
Maite asked 10/12, 2016 at 0:12

3

I would like to ask if any of you have any experience {and,or} could point me to a project management extension for Emacs that works well with {Scala,Ensime,SBT}. It would also be amazing if it did...
Stet asked 24/9, 2011 at 20:35

1

I can get auto-complete in an Ensime buffer containing Scala code but not in the Scala REPL launched from ensime. I wish to have auto-complete work in the Scala REPL launched from ensime. How can I...
Catoptrics asked 6/7, 2014 at 14:41

1

Solved

SystemInfo OS: archlinux JDK: OpenJDK (IcedTea 2.4.3) (ArchLinux build 7.u45_2.4.3-1-x86_64) Running App: https://github.com/aemoncannon/ensime My java options: -Xms128m -Xmx512M -Xss1...
Feria asked 27/11, 2013 at 1:37

1

I am new to Scala and to using emacs + ensime + sbt setup for my Scala development. This setup is quite nice and light, but there is one thing which drives me nuts - inability to auto-compile / re...
Paschasia asked 10/11, 2013 at 19:27

1

Is there a way I can make ENSIME errors buffer (the one invoked with C-c C-v e) to automatically refresh whenever I save my Scala source file?
Hullabaloo asked 4/10, 2012 at 10:51

1

Solved

How can I connect to an ensime server on a remote host? My netbook is a bit slow for that kind of stuff. I copied the data over and use tramp to edit the files remotely. I ran bin/server to create ...
Inclinatory asked 17/11, 2012 at 23:7

1

Solved

Is it possible to use Ensime and SBT to go to the definition of Scala library classes? I know it is possible to see the definition of elements (using M-. or Control+Left-Click) and from there it's...
Noonberg asked 1/11, 2012 at 4:27

1

Solved

I'm doing Scala web development using the Play framework's scala module, and using Emacs+Ensime to edit the code. Sometimes even when Ensime shows no errors, Play will still show a compilation erro...
Ghee asked 1/12, 2011 at 11:26

2

Solved

I'm running Emacs + ENSIME and using sbt in an emacs window (M-x term) to compile and run tests. Is there any way to click/select to jump to the failing tests? At the moment I have to scroll up a l...
Infundibulum asked 6/11, 2010 at 11:6
1

© 2022 - 2024 — McMap. All rights reserved.