Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dennis Haupt
Total activity
1158
Last activity
May 07, 2020 23:15
Member since
July 22, 2005 00:15
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
412
Activity overview
Posts (203)
Comments (543)
Sort by recent activity
Recent activity
Votes
Created
November 06, 2010 06:09
i guess providing cpu snapshots would be a start. or, if the structure view is open, close it. for some reason, it eats your cpu.
Community
Scala
Performance
0 votes
Created
November 12, 2010 10:53
is it in the newest nightly?
Community
Scala
Performance
0 votes
Created
November 12, 2010 14:28
since "find usages" is partly implemented, can't the call hierarchy be activated? i always assumed it to be based on find usage, so if one works, so should the other.
Community
Scala
How to find usages for class primary constructor?
0 votes
Created
January 17, 2011 20:51
it's not a bug, intellij ist just too smart ;)try this instead of your example: val ellipses = points.map(p => { val }idea seems to know that in a one-line-function, a val declarat...
Community
Scala
IDEA is a autocompleting 'val'
0 votes
Created
January 19, 2011 10:51
i tried:List(1, 2, 3).map(e => val x = 0; x + e)doesn't work
Community
Scala
IDEA is a autocompleting 'val'
0 votes
Created
January 19, 2011 10:00
if it slows down the feature too much, maybe it can be done in background?or, a lot simpler: replace the "+" icon with a "we don't know yet"-icon until the user clicks on it.
Community
Scala
Ahhh, call hierarchy -- finally!
0 votes
Created
January 15, 2011 07:20
+100the choices should be:create private/protected (if i want to create the method in my superclass - this one could also be added to the java suggestions) method inside current classcreate public...
Community
Scala
Need "Create method"
0 votes
Created
January 15, 2011 19:45
i think you misunderstood. imagine coding in a test-first manner. you create a test and begin to type:val x = new Something() <- alt+enter to create the classx.createFoo("someParam") <- alt+enter t...
Community
Scala
Need "Create method"
0 votes
Created
March 15, 2011 22:01
+1
Community
Scala
Signature matters! Control side effects with 15 new method signature inspections.
0 votes
Created
February 26, 2011 16:27
as short and precise as possible:a for loop in scala is equal to calling foreach. foreach applies the collections content to a function. the function1 trait has a method "apply" with one parameter ...
Community
Scala
How to use Breakpoint Condition?
0 votes
«
First
‹
Previous
Next
›
Last
»