Dennis Haupt

- 活动总数 1158
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 412
-
创建于 scala 2.13.2 jars not found?
i cloned this git repo -> https://github.com/HamsterofDeath/thelab imported the project into intellij. the "sbt to idea" feature worked as usual, but when i want to compile i get this: the "AppDat... -
创建于 how to set up a dotty sdk?
when downloading scala, the max version is 2.13.2 manually registering the sdk doesn't work, intellij doesn't recognize it as a scala sdk. -
创建于 use different font sizes per installation despite settings being synced via cloud
已回答is this possible? i have intellij installed two times. the resolution of the screeens i am using it on is different and it seems i can either sync *all* settings or none. is there a solution? -
已编辑于 how do i show a diff between to commits on different branches (mercurial)?
已回答in tortoise hg, i select two commits and ask for a visual diff. does such a feature exist in intellij? for example, i want to see all the differences between two releases. it seems i can do this on... -
创建于 editor locks up from time to time
is there a reason why the editor cannot be independent from code analysis, find usage etc? -
创建于 find usage/declaration speed
hi, there are some cases in which the scala plugin takes surprisingly long to find the usages or declaration of a symbol. sometimes, i can tell be looking at the code that there are only local occu... -
创建于 opening the terminal starts "sbt clean test"
it started happening after the most recent update of intellij idea. is this a bug? is this a config option somewhere? -
创建于 stop scrolling on terminal window
已回答hi all, i am forced to use the terminal window from inside intellij to do stuff. lines are being added constantly, so it's rather annoying to scroll up and select a bit of the content. is there an ... -
已编辑于 next features?
hi all, the last blog entry is quite old now - what are you working on at the moment? any awesome features in the pipeline? -
创建于 how to search for "apply"
assume i am looking for all apply-calls of something. if it is an object i do a text search for "objectname(", but if it is a parameter or a local val, or a def, i will miss the calls. find usages ...