Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Álvaro González
Total activity
178
Last activity
February 18, 2026 17:12
Member since
July 23, 2010 16:48
Following
0 users
Followed by
0 users
Votes
32
Subscriptions
57
Activity overview
Posts (30)
Comments (59)
Sort by recent activity
Recent activity
Votes
Created
November 17, 2019 09:43
Your screen-shot shows you do have a CLI interpreter (specifically 7.2.2). But the CLI interpreter is only needed for command-line scripts. If Chrome and Apache are involved I presume you are build...
Community
PhpStorm
How to install CLI interpreter to open a php file?
0 votes
Created
September 26, 2019 08:08
Within "Search Everywhere", the exact equivalent of Visual Studio Code's "Go to File" command is the "Files" tab, which can also be found at "Navigate/ File" and has its own keyboard short-cut.
Community
PhpStorm
Goto Anything in PHPStorm?
0 votes
Created
August 18, 2019 13:29
What the error says is that the interpreter you are using to run Composer is 5.6.40, so that must be the case. If you are running Composer from within the IDE (Tools/ Composer menu) please review t...
Community
PhpStorm
PHP version set for the project isignored
0 votes
Created
August 02, 2019 14:53
If you're experiencing slow-downs in file system operations, it's unlikely that rewriting the whole JetBrains product suite to switch from its current virtual machine based stack to a different ven...
Community
PhpStorm
Please increase speed of PHPstorm
0 votes
Created
August 02, 2019 14:44
Fonts can be changed basically in every drop-down selector you get when you type font in the Settings dialogue. I presume you've already tried that ("tried everything" can be open to interpretation...
Community
PhpStorm
default language font changed
0 votes
Edited
January 27, 2019 16:15
As Andriy points out you must be having a very specific issue that needs trouble-shooting. I'm using PhpStorm at home to full power in a 4+ years old PC with 8 GB of RAM and it's all pretty smooth ...
Community
PhpStorm
How to set default highlighting level to Syntax for the current project, and all projects to come
0 votes
Edited
January 19, 2019 18:06
Please open program settings and review Editor/ File Types. You probably asigned that file name as registered pattern for Text.
Community
PhpStorm
Single PHTML file not shown as php
0 votes
Created
January 10, 2019 18:34
You also try Postfix Completion (JavaScript has a predefined "switch" you can adapt) though it isn't as intuitive as live templates.
Community
PhpStorm
More verbose PHP autocomplete?
0 votes
Created
January 06, 2019 19:12
We'll have to admin that split editor handling in Visual Studio Code is superb in general. I find myself dragging editor tabs in PhpStorm all the time, then remembering that I need to invoke "Split...
Community
PhpStorm
Auto Maximize Split Editors
0 votes
Edited
December 20, 2018 17:54
With this code: <?phpclass Foo{ public function convertIntegerToDecimal() { } public function convertDecimalToInteger() { }}$class = new Foo();$class->convert .. I get these sugge...
Community
PhpStorm
Incorrect order of suggestions
0 votes
«
First
‹
Previous
Next
›
Last
»