Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Konstantinos Kougios
Follow
New posts
New posts and comments
Total activity
88
Last activity
March 22, 2022 18:54
Member since
January 03, 2013 22:54
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
27
Activity overview
Posts (26)
Comments (35)
Sort by recent activity
Recent activity
Votes
Created
March 22, 2022 18:54
No, still happens on my projects.
Community
Scala
Error/Warning Highlighting stuck for scala 3.1 / bsp / mill project
0 votes
Created
September 20, 2017 10:39
What I found out is that if downloading of source jars is enabled, it takes much longer.
Community
Scala
sbt refresh slow -- questions
0 votes
Created
August 01, 2017 10:32
Actually just found that the "injector" type was not correctly recognised by the editor: val injector = Guice.createInjector(modules: _*)If I manually add the type, it works: val injector : Injecto...
Community
Scala
editor doesn't recognize implicits i.e. net.codingwell.scalaguice.InjectorExtensions._
0 votes
Created
March 16, 2017 20:16
My i7 4770K needs several seconds to suggest autocomplete options and for some classes it takes a lot of time for the editor to hightlight errors. The code is pretty standard, no implicits etc. Par...
Community
Scala
scala editor very very slow
0 votes
Created
March 16, 2017 20:14
Thanks for letting me know, I will give it a try. Reg. logging object snapshots, it might be possible, just copying the object graph (depth configurable) to maps, in a similar manner like https://g...
Community
Scala
suggestions for a new feature
0 votes
Created
January 11, 2017 16:59
If I create the run config manually , the test runs fine.
Community
Scala
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
0 votes
Created
November 08, 2016 11:56
Still an issue on latest intellij, IntelliJ IDEA 2016.2.5Build #IC-162.2228.15, built on October 14, 2016
Community
Scala
sbt refresh slow -- questions
0 votes
Created
May 18, 2016 13:30
Seems it is more of an sbt (or ivy) issue rather than intellij, related to test deps, where B needs -SNAPSHOT-test.jar of A: https://github.com/sbt/sbt/issues/1676
Community
Scala
sbt import random behavior with local/remote snapshots
0 votes
Created
December 15, 2015 13:15
Thats sounds good to me too. I suppose there aren't any beta docs yet. When do you think this could be available, will it support my usecase?
Community
Scala
Scala Macro that re-writes class confuses the IDE
0 votes
Created
December 11, 2015 22:32
Hi Alexander, would it be feasible if the IDE provided some sort of API which I could call from my macro and notify the IDE about the src code of my macro? I.e..... macro code....val src= "class X ...
Community
Scala
Scala Macro that re-writes class confuses the IDE
0 votes
1
2
3
4
›
»