Stephen Friedrich

- 活动总数 1580
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 645
-
已编辑于 How to exclude generated sources from Inspection?
已回答We are using a code generator to create REST controllers from openapi yaml files.Generated code is in build/generated-sources and added to the gradle build like this:def generatedSrcDir = layout.bu... -
创建于 Where is the modal commit UI gone? 😱😱😱
已回答After updating to latest EAP (#IU-251.20015.29) I got the separate commit tool window that I hate so much.I did not notice anything in the release notes regarding this, so I still have a glimmer of... -
创建于 IDEA 2024.3.1 Release Candidate?
已回答My installed version is 2024.3.1 Preview (Ultimate Edition) Build #IU-243.22562.13:Update check gives but clicking on Download opens thisIf I click on Download, I can only download an older version... -
创建于 WSL2 not ready for prime time?!
已回答I am currently having a go at WSL2 with IDEA again. It seems it is still not really mature, there are a lot of strange, intermittent bugs. I would report all the bugs, but most of the time I cannot... -
创建于 IDEA and project in RAM Disk?
已回答I am wondering how much performance you would gain if you put all stuff needed for a project in a RAM disk?So: Intellij including system and config folder, project root (which includes .gradle, nod... -
创建于 "Non-modal commit interface": Tail wagging the dog
已回答A lot has been said already about the topic, but anyway: After the latest option to make a double click in the "commit" toolwindow open a file insted of showing the diff, I gave the non-modal setti... -
创建于 Can the Spock test framework get some love?
已回答IMHO Spock is the best test framework out there. However currently it is not supported well in IDEA. There are so many issues open related to Spock, see YouTrack Especially bad are all those false ... -
创建于 Expand archives in project view (jar/war/ear/zip)?
已回答I am currently fighting with gradle to make it assemble the bootWar the exact way I need it. Everytime I try something new, I have to right-click on the build/libs/foo.war, select "Open in Dolphin"... -
创建于 Project file changes are polluting my changelist
已回答My IDEA changes project settings files quite often (probably because I am frequently using newer IDEA versions than my colleagues) (for example misc.xml or run configurations). In earlier versions ... -
创建于 Check-in/Share only some project files?
已回答We always had code style settings files checked into git. However no other IDEA projects files are checked in, because a) it is easy to create the project from build.gradle and b) unintended change...