Adrian Grund

- 活动总数 135
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 39
-
-
Adrian Grund 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论, -
Adrian Grund 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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...