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 '...
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...
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,...
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...
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...
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...
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...
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...
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?
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 ...
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...
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...
1
© 2022 - 2024 — McMap. All rights reserved.