Joe Quadro

- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 14
-
Edited New UI questions - tuning
Hello.PhpStorm 2024.3.1.1Build #PS-243.22562.233, built on December 19, 2024 1) Is it possible to increase font of the tabs? 2) Is it possible to get rid of this context boundary line 3) Is it poss... -
Created files tree - disable class members unfolding
Hello, can I disable an ability to unfold class members right in the project tree view? It is especially annoying when I open a folder with one class and all members are shown by default, without a... -
Created Replace single <-> double qoutes for all array keys
Hey, I remember the feature of replacing all strings inside array when you click "Replace quotes" been working sometime ago (maybe I'm wrong) but still. Is it possible or should I process each k... -
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...