Konstantinos Kougios

- Total activity 88
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 27
-
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... -
Created IDE can't automatically create a runconfig for a scalatest testcase, rightclicking on the class doesn't give me the option and I get an exception in the logs
Even a very basic one can't run, i.e. class XTest extends FunSuite{} I get this in the logs: 2017-01-11 16:49:33,166 [90167356] ERROR - penapi.actionSystem.impl.Utils - IntelliJ IDEA 2016.3.2 B... -
Created sbt import random behavior with local/remote snapshots
Hi, I am facing these issues for a couple of days now. We got multiple independent projects which we build and deploy to a local mvn repository. So say I have A which builds to A-SNAPSHOT and B w... -
Created code formatting issue
It has been a few months now that I have this problemclass MembersRegistryServiceImpl( name: String, cluster: Cluster, members: RoundRobin[Member], registerOnlyRoles: Set[String], l... -
Created Scala Macro that re-writes class confuses the IDE
Hi, I saw a thread about a monocle macro, I am not sure if my problem is similar.So I got an annotation macro that rewrites a class and is used like@remoteServiceclass MyServiceRemote extends MySer...