Dmytro Snisarenko
- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 11
-
Dmytro Snisarenko 创建了一个帖子, Unable to select the entire line in any tool window
I often use "Command + Shit + [Left/Right]Arrow" to select the rest of the line before/after the cursor. But, after the last update, it's not possible anymore to do in tool windows such as "Find in... -
Dmytro Snisarenko 进行了评论, -
-
Dmytro Snisarenko 创建了一个帖子, Update access deined
Hi guys!I'm getting this message when trying to udpate PHPStorm:This happens under Mac OS.How could I solve this?Thanks for help. -
Dmytro Snisarenko 创建了一个帖子, xDebug not works
Hi guys!When I firstly installed PHPStorm xdebug work perfect. But after some time it stopped working.My server xdebug configuration isxdebug xdebug support enabled Version 2.1.0 Supported pr... -
-
Dmytro Snisarenko 进行了评论, -
Dmytro Snisarenko 创建了一个帖子, Automatically generated getters and setters PHPDoc
Hi guys!I've set custom setter template to make it return $this for non-static classes. Template looks like this:/** * @param ${TYPE_HINT} $${PARAM_NAME}#if (${STATIC} != "static") * @return ${CLAS... -
Dmytro Snisarenko 进行了评论, -
Dmytro Snisarenko 创建了一个帖子, Disable auto format
Hi guys!Where could I permanently disable auto code formating on pasting? I'm using Ctrl + Shift + Alt + V combination but it is not convenient especially when working with copy history.