Dennis Haupt
- 活动总数 1158
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 412
-
创建于 show type of an expression/variable
i like inferred types and prefer not to explicitly write them down to make it easier to change the return type of some method. but at some point, i'd like to push a button/hotkey and let idea tell ... -
创建于 compiler internal error, exit code 1
for some reason, my scala code won't compile anymore. is there anything i can do to find out why? -
创建于 code completition question
the code completition lookup offers lots of methods like +,*,++, count, copytoarray, containsslice and lots more on ANY object... but why? they do not belong there. sometimes it's hard to find my o... -
-
创建于 type inferring bug
a simple example:[code lang=scala] val remainingPatches:ListBuffer[MineralPatch] = new ListBuffer[MineralPatch]++=patches-=firstPatchInArea // all traversables[MineralPatches] ... -
创建于 debugger views
don't they work woth scala classes? i tried to add a view for traversable objects to look like simple arrays. listbuffers are hard to debug with the default tostring-view -
-
创建于 can't find 2 options
i can't find 2 options1. console output size. i need to make it bigger2. increase the size of the completition list. i have 30 inches of tft space and want to use it -
创建于 sql code assistant causing reindexing on every idea restart
can anyone confirm this? i've identified this plugin as the source of my problem -
创建于 export uml diagram?
已回答is it possible to export an uml diagram in a format that other uml editors can read?