Álvaro González
- 活动总数 178
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 32
- 订阅数 57
-
创建于 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... -
已编辑于 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... -
创建于 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... -
已编辑于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
已编辑于 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... -
创建于 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? -
创建于 Is there an overall limit on how much time you can use EAP builds?
已回答I'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...