Konstantinos Kougios

- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 30
-
Created "use types reported by the scala compiler" broken? (scala 3)
I used to be able to use autocomplete on `transparent inline def` functions up to approx last week but now it is broken. I am using monocle and now when I do `this.focus(_.panels<ctrl-space>` autoc... -
Created Compile/runtime random classnotfound issues on a scala3 project
CompletedI am having this issue for a few months now. I have a scala3 project, sbt, BSP, jdk21.0.1 on latest MacOS. Nothing unusual, only thing is that sbt adds an extra source folder in some modules, the I... -
Edited alt-enter maddness
Hi, when I edit scala code in my projects, occasionally I need to import a class (not the one where the cursor is), so there is this functionality that after a bit intellij underlines unimported cl... -
Created Error/Warning Highlighting stuck for scala 3.1 / bsp / mill project
I got this issue where the "Error/Warning Highlighting" background task is always running on my scala 3 / bsp / mill project. It stops me from doing anything really , the IDE is unusable because a ... -
Created ammonite support, broken $ivy imports
I've tried to use the support for ammonite scala scripts without any luck when it comes to importing ivy libraries. I've tried with a plain scala, sbt and mill project. I've always set in the scala... -
Created puzzling windows behavior on ubuntu / gnome (or unity)
AnsweredHi I've been using intellij for years now but still puzzled by the behavior of floating/windowed mode of sidebars. And it hasn't been any improvement on those for years. So I have 2 screens and I... -
Created editor doesn't recognize implicits i.e. net.codingwell.scalaguice.InjectorExtensions._
This used to occur in older intellij versions but in latest 2017.2 it occurs almost all the time. I've code that uses https://github.com/codingwell/scala-guice import net.codingwell.scalaguice.Inje... -
Created suggestions for a new feature
It would be nice to be able to have a js-like console.log-like functionality but without modifying the code. How would it work? The coder would add log-breakpoints to the code. The ide instead of s... -
Created scala editor very very slow
... and that on an i7 4770K. Autocomplete on any non-trivial class is very slow (effectively making copy-paste my preferred choice), same goes for error marking. I tend to just compile the code ra...