Matthew Adams
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created Kotlin, Typescript & Python monorepo all in IntelliJ IDEA?
AnsweredI 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... -
Created Git menu/submenu missing on Linux Mint XFCE
AnsweredI 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.... -
Created How do you toggle template interpolation in Helm chart templates?
AnsweredWhen 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... -
Created 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... -
Created 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... -
Created 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...