Dennis Haupt
- Total activity 1158
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 412
-
Created 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... -
Created 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 ... -
Created 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... -
Created compilation during debug timeout
how can i increase the timeout? i often run into that problem, even for simple expressions like a.filter(_.b) -
-
Created 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 ... -
Created 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? -
Created 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 ... -
Created 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... -
Created 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 &...