Matthew Adams
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
创建于 Kotlin, Typescript & Python monorepo all in IntelliJ IDEA?
已回答I have a large monorepo that has project with differing languages (kotlin/java, typescript/vue, and python). I want to use IntelliJ IDEA to edit everything. The kotlin/java stuff is based on the Gr... -
创建于 Git menu/submenu missing on Linux Mint XFCE
已回答I installed WebStorm on Linux Mint XFCE and noticed that the git menu/submenu is missing. The git tool window appears normally (Alt+9). The project I'm working on is in a git repo cloned locally.... -
创建于 How do you toggle template interpolation in Helm chart templates?
已回答When you first open a k8s template .yaml file inside a Helm chart, IJ shows the result of the interpolated value for every template expression in it. If you double-click the value, it shows you th... -
创建于 iOS Simulator not listed
I have AppCode 3.1.6 & Xcode 6.3.2. I can successfully edit & build my Xcode project in AppCode, but I can't run it in the iOS Simulator. I don't even see it in the list. I've tried manually sta... -
创建于 Grrr: WebStorm ran out of memory, didn't save my files, so I lost work
I'm a little peeved at WebStorm right now. Apparently, if WebStorm gets into a low/no memory situation (for causes unknown), its autosave feature appears to go wonky.I'm not sure how much work I l... -
创建于 Best way to import multimodule Maven project?
I have tried with various settings to import an existing multimodule maven project where the root pom is different from the parent pom. The root pom does nothing but declare the <modules> in it, a...