Adrian Grund

- Total activity 135
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 39
-
-
Adrian Grund created a post, Navigate to twig include file with twig namespace
Hello guys, my question is about quick navigation to an twig include file that is defined with a twig namespace, e.g.: 1) in php, I added a twig path to the Twig_Load_Filesystem like this: $loader ... -
-
Adrian Grund created a post, NPM and Node.js manager do not work in newest EAP.
Since the last phpStorm EAP and in this EAP NPM and Node.js manager (Preferences -> Node + Npm) does not work anymore. It shows the installed packages, but if I want to add or update one, the new w... -
Adrian Grund commented, -
Adrian Grund created a post, Auto run grunt task after start of phpStorm
The grunt feature is great! I managed it to create a grunt task that uses lightning fast node-scss to compile scss!Now it would be great to start this grunt task automatically after each start of p... -
Adrian Grund created a post, Possible to link with @link or @see in phpDoc to file on disk?
Hi there,is it possible to link in a phpDoc comment to a special file that can be openend by CMD+B as it is possible with methods?I know that I can use e.g. @see testClass:testMethod, and than I ca... -
Adrian Grund created a post, Possible to treat string parameter of a function as a file path?
Hi there,when I create a php function like:/*** @param string $pathToFile the path to the file**/function loadTemplate(pathToFile) {.... do something......}When I call this function, like: $this->l... -
Adrian Grund created a post, Highlight custom keyword in html or php file
Hi there,is there an possibility to highlight some few special custom keywords in html- or php-files?I wrote a very small php-parser that parses html/php files for very basic placeholders / keyword... -
Adrian Grund created a post, mysqli misses some methods in new phpstorm eap 6
Hello,since now this worked fine.When $mysqlStatement was of type mysqli, i could use $mysqlStatement->execute() or $mysqlStatement->bind_param(.....) and so on, no errors.Since the newest EAP 6 of...