主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dennis Haupt
活动总数
1158
最后的活动
2020年05月07日 23:15
成员加入日期
2005年07月22日 00:15
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
412
活动概览
帖子(203)
评论(543)
按最近的活动排序
最近的活动
投票数
创建于
2010年11月06日 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.
社区
Scala
Performance
0 票
创建于
2010年11月12日 10:53
is it in the newest nightly?
社区
Scala
Performance
0 票
创建于
2010年11月12日 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.
社区
Scala
How to find usages for class primary constructor?
0 票
创建于
2011年01月17日 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...
社区
Scala
IDEA is a autocompleting 'val'
0 票
创建于
2011年01月19日 10:51
i tried:List(1, 2, 3).map(e => val x = 0; x + e)doesn't work
社区
Scala
IDEA is a autocompleting 'val'
0 票
创建于
2011年01月19日 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.
社区
Scala
Ahhh, call hierarchy -- finally!
0 票
创建于
2011年01月15日 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...
社区
Scala
Need "Create method"
0 票
创建于
2011年01月15日 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...
社区
Scala
Need "Create method"
0 票
创建于
2011年03月15日 22:01
+1
社区
Scala
Signature matters! Control side effects with 15 new method signature inspections.
0 票
创建于
2011年02月26日 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 ...
社区
Scala
How to use Breakpoint Condition?
0 票
«
第一页
‹
上一页
下一页
›
最后
»