Konstantinos Kougios

- 活动总数 88
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 27
-
创建于 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 ... -
创建于 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... -
创建于 puzzling windows behavior on ubuntu / gnome (or unity)
已回答Hi 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...