Skip to main content

Questions tagged [phpstorm]

PHPStorm is a commercial IDE for PHP, HTML and Javascript

-1 votes
1 answer
58 views

How to stop WebStorm/PHPStorm from including the unnecessary empty attribute value in the inserted template? For example, when I type v3c, instead of this: <script setup lang="ts"> It ...
Ostap Brehin's user avatar
1 vote
0 answers
241 views

I have an Ubuntu 22.04 server on VMWare Workstation on my local development machine (Windows 10) for development purposes. It runs Apache/MySQL and has sufficient allocated memory and CPU. When ...
she hates me's user avatar
2 votes
0 answers
648 views

After some update Windows 11 started using by default "\\wsl.localhost" path in explorer instead of "\\wsl$" to access files on WSL disk: access to WSL files from explorer So, some ...
Alexius The Coder's user avatar
0 votes
2 answers
260 views

I'm running phpstorm on Ubuntu with Gnome. The title bar disappears for some of the projects, but not all of them. Phpstorm is the only program that has this issue. How do I fix it? I always want the ...
klutt's user avatar
  • 345
2 votes
1 answer
2k views

I have installed PHPStorm via snap into WSL version of Ubuntu because of this phpstorm/wsl2 defect I cannot use the Windows version of PHPStorm as it freezes frequently. When it works Xdebug works ok ...
Real Dreams's user avatar
  • 5,468
1 vote
1 answer
346 views

There are some valid tags <esi:include dca="esi" onerror="continue" src="{{ esi_bottom_url }}"/> in some HTML files but PHPStorm reports them as bugs. How to make ...
Real Dreams's user avatar
  • 5,468
0 votes
0 answers
93 views

How to make PHPStorm code completion to suggest function name with variables, not only it's name? For example, I have next function: function sample1($understandable_variable_name1, &$...
Nikit's user avatar
  • 111
0 votes
2 answers
1k views

phpStorm is formatting arrays in method calls like this (auto code formatting): $address = new Address([ 'full_name' => $fullname, ]); I expect it ...
Daniel W.'s user avatar
  • 2,078
0 votes
0 answers
117 views

I want import or restore localhistory(VCS) files from phpstorm 2017.2 to phpstorm 2019.2 I have "changes.storageData" file from old phpstorm, last time I changed all directory of this ...
sidoco's user avatar
  • 1
1 vote
1 answer
4k views

I am trying to install PHPCS (PHPCompatibity) in my PHPStrom. For that I have installed PHPCS using composer with the following command: $ composer global require "squizlabs/php_codesniffer=*&...
Niladri Sarkar's user avatar
0 votes
1 answer
188 views

I'm trying out the program the first time and I get errors and warnings that should not be there. because the page loads up just fine. I have screenshots. categories.php Undefined variable '$...
hydrix85's user avatar
0 votes
1 answer
204 views

How can I change the deployment server for a certain project? I have two remote servers. I tried it by setting the default remote server to the other server but the old server is still getting used. I ...
Black's user avatar
  • 8,741
0 votes
0 answers
777 views

Since hours I'm trying to run my phpstorm from commandline, without having any output at all. Reason: Every day when I come to work, I have multiple tools to start... 2 different vagrant machines, ...
Dwza's user avatar
  • 93
0 votes
2 answers
941 views

Having a JSON logfile, I want to extract the product IDs to have a clean list: {"comment": "comment.", "product":"100"} {"comment": "comment.", "product":"555"} {"comment": "comment.", "product":"100"...
Daniel W.'s user avatar
  • 2,078
2 votes
0 answers
369 views

Here's a confusing one. I need to use XDebug for a remotely-hosted PHP project. The remote server is firewalled and only accepts connections from a second remote server, so in order to connect to ...
WackGet's user avatar
  • 807

15 30 50 per page
1
2 3 4 5
7