Most voted "phpstorm" questions
Phpstorm is an editor for PHP, HTML and Javascript with on-the-fly code analysis, error prevention and automated refactoring for PHP code and Javascript.
Learn more…28 questions
Sort by count of
-
4
votes1
answer229
viewsPhpstorm , How to change the user name?
Every time we create a new file(file) it gives us a commented header with our username. How do I change the User name? I searched everywhere in the tool and could not find! <?php /** * Created by…
-
3
votes2
answers1567
viewsHTML code color inside string in Phpstorm
When I insert an echo or a PHP variable receiving a string with HTML code, Phpstorm does not stay in the default color that would be all yellow, as in Sublime for example, and this ends up confusing…
-
3
votes1
answer200
viewsPhpstorm displays a message when using "include" and "require"
What reason my IDE Phpstorm, this message appears with include and require: Dynamic include Expression 'require_once $file' is not analysed. Include Expression is not resolved.…
-
3
votes0
answers398
viewsConfigure Xdebug phpstorm
I have Xampp + Xdebug up and running in netbeans, however I started using the ide phpstorm and it doesn’t work at all my php.ini is like this: [XDebug] zend_extension = "php_xdebug.dll"…
-
2
votes1
answer111
viewsPhpstorm - How to create a Patch file by skipping whitespace
I can generate a patch file with the changes to be commited in git. How can I generate this Patch file by ignoring whitespace just like I do on the View Changes screen? Some old files have tabs…
-
2
votes1
answer547
viewsWhat are the shortcut keys in Phpstorm to remove Namespaces that are not in use in a Class?
What is the shortcut on phpstorm that clears the namespaces that are not in use in a class, I saw in a video class the teacher talking about a key combination and automatically cleared the…
-
2
votes1
answer690
viewsRemove markings from Phpstorm
How do I remove green markings from words and spacing as the image below Phpstorm, because for me it ends up getting polluted and hinders development.…
phpstormasked 7 years, 7 months ago user24136 -
2
votes1
answer89
viewsregex to replace the $_POST['field'] string with $this->input->post('field') from codeigniter
I’m trying to find a way to replace the sequence $_POST['INPUT'] for $this->input->post('INPUT') of codeigniter, in my editor phpstorm, using the replace with the option regex active. So,…
-
1
votes1
answer261
viewsHow to remove Phpstorm bar
Good evening guys, all right? I have a question on Phpstorm, has a navigation bar that is on top of the code, how do I remove it? Follow the photo! In js or css files this blessed bar does not…
-
1
votes2
answers616
viewsPhpstorm stopped recognizing some files. php
After renaming a php file, Phpstorm no longer recognizes this file as a .php. The file is without the colors, does not give suggestions, anyway, it is like a generic file. The image below shows in…
phpstormasked 8 years, 4 months ago Laercio Silva 47 -
1
votes1
answer152
viewsHow do IDE communicate with Xdebug inside a container (Docker)?
I have a network of containers created with docker-compose. The Xdebug settings are passed in part by the file .yml and in part by an archive .ini consumed by PHP. I know that Xdebug is installed…
-
1
votes1
answer532
viewsDefinition in phpstorm IDE
I use the phpstorm IDE to program I’ve searched and I couldn’t get like a trace that appears in my code that makes me confused when programming. I want to take the trace that always appears in most…
-
1
votes1
answer3356
viewsPHP Storm, identation
Hello, someone knows how to change, when automatically ideating the code in PHP Storm the keys do not skip the line?…
-
1
votes1
answer111
viewsHow to change the field of a table by referencing values from another table. Using cakephp 1.3
I have an association of tables projeto > auto > anexo. In the project table I have a field cod_status, and in the attached table I have a field status. How do I get when I edit the field…
-
1
votes2
answers943
viewsDisable automatic line break by indenting code in Phpstorm
I need to remove the automatic line break when indenting the code in Phpstorm. To be more summarized, remove this line for the code to go to the end and not break the line.…
phpstormasked 6 years, 7 months ago Luis Felipe 162 -
0
votes0
answers986
viewsPhpstorm, php interpreter is not configured - wrong folder!
Guys I was doing some naughty codes on php and everything was going well, until I started to do integration html with php, I put the file html in the same folder as php, in the right folder of mine…
-
0
votes0
answers103
viewsConfiguration Phpstorm 2017.1.1 + Lavarel 5.3 - Problems in routing / Project execution
Dae pessoall... I need help in setting up the project, because I believe this is the problem. Scenario: Customer bought a website, little guy did and abandoned, disappeared, full of error and…
-
0
votes1
answer1698
viewsDisable line breaking in phpstorm
I would like to know how to disable Phpstorm line breaking.…
-
0
votes1
answer35
viewsIs it a redundancy to have a single button in the form and then assign type='Ubmit' to it?
In the Phpstorm is said in a certain button, through a tooltip: Redundant default attribute value assingment When exactly this line is made: <button type="submit" id="btnSubmit" class="width-65…
-
0
votes0
answers201
viewsEmmet Plugin does not work within html tags
Boas. I just installed the Emmet plugin in Webstorm, and it works fine, except when I try to use the Emmet inside a tag for example, where neither suggestions or live templates appear as they…
-
0
votes1
answer111
viewsPhpstorm terminal does not recognize php from xampp
Does anyone know why the Phpstorm terminal does not recognize php from xampp? Because Windows terminal works normal Composer, php used with Laravel, but phpstorm terminal does not work…
-
0
votes1
answer65
viewsHow to compare my edits to the Github repository on Intellij
In the PHP Storm I have a window version control where appear the modifications I made, selecting, I have an option show diff, so I can review all the changes between what’s in the repository and…
-
0
votes0
answers20
viewsSelection of the Downloads folder instead of the project in Pphstorm
I downloaded Phpstorm and went to select the project that was inside the Downloads folder. In this, I ended up selecting the "Downloads" and my problem now is that what I bass is not recognized. In…
-
0
votes0
answers10
viewsXdebug return http calls
Good afternoon. I have Xdebug configured in PHPSTORM and it is working, the problem is when my application needs to make some HTTP request, it goes between the breakpoints until the call, after that…
-
-1
votes1
answer173
viewsProperty bar and database for Phpstorm
The Phpstorm possesses property bar and database similar to Dreamweaver? If so, how to activate?…
-
-1
votes1
answer15
viewsPhpstorn in Flatpak Fedora 34, does not recognize the htdocs directory of Xampp
I installed Fedora 34 recentemete and next to the IDE, Phpstorn via Flatpak packages. The IDE opens normally, but it cannot access Xammp htdocs from the /opt/lammp/htdocs folder. But the /opt folder…
-
-2
votes2
answers109
viewsPHP Storm - spaces
Does anyone know why PHP Storm is automatically correcting excess space?…
-
-2
votes0
answers11
viewsError in PHP Storm Composer
help me. I’m trying to install Composer in my project by PHP Storm. I give the init Composer, but when I click to install it returns this error. What can be? install --no-Interaction --no-ansi Could…