Michael Maier
- 活动总数 41
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 11
-
已编辑于 Mac + Xdebug 3 + Docker Compose + Apache
How do you configure and setup Xdebug 3 in Docker based on php:7.3-apache image? index.php <?phpphpinfo(); // I have a breakpoint in this line Dockerfile FROM php:7.3-apacheRUN pecl install xdebug ... -
已编辑于 .phpstorm.meta.php: How to type generic container
I'm using Doctrine which has a class called EntityManager that has a method EntityManager::getRepository, which returns an EntityRepository object. The repository has i.a. a method find that return... -
创建于 .phpstorm.meta.php: Map all parameter values to a specific return type
I'm using Doctrine which has a class called EntityManager that has a method EntityManager::getRepository, which by default returns an EntityRepository object. However, the return type can be change... -
创建于 Intellij changes url of Ant build file to non existing file outside of project
已回答I don't know why, but Intellij changed the url to the Ant build file in .idea/ant.xml <?xml version="1.0" encoding="UTF-8"?><project version="4"> <component name="AntConfiguration"> <buildFile ... -
已编辑于 build error in Intellij, but no error on "ant build"
已回答I have a project that is built with Ant. I can run "ant build tests" without a build error from the CLI. If I run a single JUnit test from Intellij (open file context menu on test file (e.g. Postfi... -
创建于 File Template integer parameter/variable
Hi,I'd like to pass an integer variable to my file template, but it is interpreted as string:#set( $inc = $a + 1 )a = $aa + 1 = $incCreate template with a = 2 and you get:a = 1a + 1 = 21I expect (... -
创建于 Shift + ESC is not working
已回答Hi,the keyboard shortcut Shift + ESC (hide active tool window) is not working. I added a diffrent shortcut (Ctrl + Shift + Alt + Q) and tried it successfully, but I would like to use the original s... -
创建于 Import and configure existing node.js project
Hi,I would like to import a node.js project in IntelliJ IDEA. We develop this (private) project in a team and use a svn-repository. So far I used Webstorm without any problems. Now I work on anothe... -
创建于 Translate shortcuts (with command key) from Mac to Windows (in Windows)
Hi,I know a shortcut for Mac (command + Y), but I'm using Windows. Thus I want to know the equivalent shortcut. Unfortunately I cann't press command key in Windows to get a translation in Webstorm ...