Álvaro González
- Total activity 178
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 32
- Subscriptions 57
-
Created Where you keep your code when using Docker on Windows
I'm about to install PhpStorm on Windows 10 Pro. My team uses Docker with Linux containers and I'm still struggling to set up Docker Desktop. I already have Ubuntu on WSL2 so I can run bash scripts... -
Edited Guidelines for 4k displays on Windows
As of PhpStorm 2020.1, what'd be the general recommendation for running the software in an UHD display on Windows 10? Editor fonts are acceptable but UI fonts are slightly too small. The assorted i... -
Created Cascadia Code 1911.20
This is funny. I've been trying out the Cascadia Code font without issues. Yesterday I upgraded to the new font release (1911.20) and now it looks like this in PhpStorm (even the font name itself i... -
Edited Some conflicts were found in the installation area
I'm routinely getting the same warning in every incremental update: Some conflicts were found in the installation areaFile: plugins/DatabaseTools/lib/database-impl.jarAction: UpdateProblem: Modifie... -
Created Are Windows Jump Lists meant to work?
I'm not fully sure if the software currently supports Jump Lists. I'm getting none (PhpStorm x64 on Windows 10 Home will all updates). YouTrack tickets I've been able to find range from feature req... -
Created Run PHP files not in project
I can use "Run/ Run..." to execute the PHP file I'm currently editing when it's part of project files or when it's a scratch file but not when it's located anywhere else. Is that intentional? I cur... -
Created Chose type annotation format
Since PhpStorm willingly supports all inline type annotation formats: /* @var $db PDO *//* @var PDO $db *//** @var PDO $db *//** @var $db PDO */$db->exec('DELETE FROM pending_jobs'); ... do you hav... -
Edited Parenthesis and phpdoc's fully-qualified structural element names
This is legit PHP code (the docblock has been generated with the aid of PhpStorm autocompletion): class Foo { const bar = 0; /** * @see \Foo::bar() * @see \Foo::bar */ public f... -
Created Order of items in "New" dialogue
In the "New..." context-menu dialogue from Project pane, what does the display order of templates depend on? Is there any way to tweak it, e.g. editing some configuration file, or it's hard-coded? -
Created Is there an overall limit on how much time you can use EAP builds?
AnsweredI've been trying out PhpStorm EAP builds for a couple of months. Each new build released would bump expiration time a few extra weeks. However, I installed 171.4330.2 on 19th April (the very same i...