emacs-scala-mode icon indicating copy to clipboard operation
emacs-scala-mode copied to clipboard

The definitive scala-mode for emacs

Results 31 emacs-scala-mode issues
Sort by recently updated
recently updated
newest added

I often import the members of a companion object from the same package, and it's visually nice if it comes last. This handles that usecase nicely. It also opens up...

Hi, this PR fixes fontification of interpolation strings in circumstances where the `$` character appears more than once in sequence, for example before: ![interpolation-strings-before](https://user-images.githubusercontent.com/17688577/188456653-703a09c0-b8b4-4a6f-83ef-2a71759bd48b.png) After: ![interpolation-strings-after](https://user-images.githubusercontent.com/17688577/188456671-e7460427-7af1-4e06-83fc-198462a7b911.png) Essentially, `scala-syntax:interpolation-re` has been...

Putting this here in case anyone wants to follow my progress and comment or critique.

I just steal the last `ob-scala.el` from [`org-mode`](https://github.com/bzg/org-mode/commit/90986a8e2fe881105cc6d869a7592581520646d2). I have tested it and it still works well on Emacs 29 (custom build) and org-mode 9.6. Please let me know if...

[Dotty](https://dotty.epfl.ch/), the Scala 3.x compiler, is beginning to mature. It is supposed to drop around the end of 2020. The community is poised to hop onto it pretty fast, and...

to control whether the parameter list of function/class should have a different indentation level. See discussion in #172

Hi, Our company uses 2 spaces for general indentation, but 4 spaces for parameter list, as stated here: https://github.com/databricks/scala-style-guide#indent ```scala def newAPIHadoopFile[K, V, F

Can be reproduced on [this](https://github.com/typelevel/cats-effect/blob/series/2.1.x/core/shared/src/main/scala/cats/effect/ContextShift.scala) file, or basically any other scala file in clean emacs with just scala-mode loaded. ``` Debugger entered--Lisp error: (void-variable definition-type) scala-imenu:destructure-for-build-imenu-candidate(("ContextShift" "trait" #) nil) scala-imenu:build-imenu-candidates((("ContextShift"...

@fommil I merged it, but came to other thoughts. I think your PR should have been in the emacs-sbt-mode project, not here. What do you say? Reverts hvesalai/emacs-scala-mode#165