Joe Quadro
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 14
-
Created Param tooltip color since 2018.3
Hey guys, can I somehow change the color of the param tooltip since 2018.3 ? -
Created -Deditor.scale.gutter.icons not working ?
Guys, is -Deditor.scale.gutter.icons not working anymore? I guess it was still working in pure 2018.2.1 but after updating to #PS-182.3911.43 it has no effect now -
Edited File and Code Templates - how to set cursor at specific position
Hey, is there any way to set cursor at specific point at File and Code Templates (like it's done in Live templates using $END$ variable)? Now cursor is set after the generated method. Enabling Li... -
Created live templates - import class (like pressing alt+enter)
Hi, I have live template like this use \Ekv\System\Traits\DbTrait; function __construct(){ $this->DB = $this->initDb();$END$} Can I get DbTrait imported like that? use Ekv\System\Traits\DbTrait;... -
Created "Invalid PHP Doc Comment Template" while generating PHP Doc comments
Hey guys, since 2017.2 I have a problem with auto generating php doc comment. In class like this class Fake{ /** <<<--- function __construct($priceIdCurrent, $priceValueNew, $sectorId) {... -
Created phpstorm 2017 - "open project" dialog in old-style fashion
Is it possible to get back old-style convenient open project dialog? -
Created PhpStorm 9 blinking on moving pointer over class->method path at top
(see screens) When moving cursor to switch the other file tab the whole document blinkes, trying to highlight the whole class or selected method. Is there any option to disable the highlight on mov... -
Created phpstorm debug of multiline return statement
Guys, can anybody tell me how can I debug expression like this return yii\helpers\ArrayHelper::merge( require(YII_APP_BASE_PATH . '/common/config/main.php'), require(YII_APP_BASE_PATH . '/com... -
Created file external change definition
Hello, could you tell me how phpstorm defines that file has been change externally http://my.jetscreenshot.com/2591/20130113-26qc-51kb.jpg ?Here is my situation, recently I configured virtual machi... -
Created Highlight closing html tags
Hi guys is there any way to highlight closing html tags?http://my.jetscreenshot.com/2591/20101101-bnvw-48kb.jpg an example from php designerhttp://my.jetscreenshot.com/2591/20101101-7jop-54kb could...