Dennis Haupt
- 活动总数 1158
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 412
-
创建于 performance problems
hi everyone, i understand parsing scala code efficiently is basically impossible due to the implicit and type magic going on. however, idea regulary locks up for 5-15 seconds doing stuff. this is a... -
创建于 intellij update/patch to new version does not work under unbuntu
everything in the title. i have an installation running under windows (patches work) i am running a simple unzipped intellij idea under ubuntu which detects and downloads patches and then asks for ... -
创建于 plugin performance on difference machines...
hi all, i am working on several projects at once, one is my starcraft ai. in terms of project size, i am not sure what to count, so i'll give you the compilation times ;) AI: ~45 seconds real world... -
创建于 compilation during debug timeout
how can i increase the timeout? i often run into that problem, even for simple expressions like a.filter(_.b) -
-
创建于 feature request: turn parameters into named parameters
examplefoo(a,b,c)should be turned intofoo(apple = a, banana = b, citrusfruit = c)since the plugin can already do it for boolean parameters, this shouldn't be hard to add. it is very useful for big ... -
创建于 endless indexing loop - how can i work around this?
https://youtrack.jetbrains.com/issue/IDEA-143491this started to happen today. it prevents me from using almost every useful feature. how can i find out what's causing the problem? -
创建于 general direction of development of scala support
hi everyone,in the last ~4-5 years that i and people around me have used intellij for scala development, i have noticed that what we use, need and want is, sorted by priority* code completion/goto ... -
创建于 SBT import mystery
hi,i am working on a project that has custom test directories which idea does not recognize as source folders.i will skip the very confusing explanation - what i need to do is to know for sure whic... -
创建于 no scala library recognized after update to newest eap build?
symptom: all scala library files in my editor are red even though the project configuration seems to be correct.i tried to go back to an older version - but even with the official releases 14.0.2 &...