Michael Maier
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Edited 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 ... -
Edited .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... -
Created .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... -
Created Intellij changes url of Ant build file to non existing file outside of project
AnsweredI 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 ... -
Edited build error in Intellij, but no error on "ant build"
AnsweredI 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... -
Created 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 (... -
Created Shift + ESC is not working
AnsweredHi,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... -
Created 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... -
Created 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 ...