Skip to main content

Questions tagged [phpstorm]

JetBrains PhpStorm is a commercial IDE for PHP built on JetBrains' IntelliJ IDEA. PhpStorm provides an intelligent editor for PHP, HTML, CSS and JavaScript with refactoring and on-the-fly code analysis.

0 votes
0 answers
35 views

How to make “Paste as Plain Text” button selected by default?

When pasting a text in PhpStorm 2023.3: Is there a way to make “Paste as Plain Text” button selected by default ?
mstdmstd's user avatar
  • 2,941
0 votes
0 answers
87 views

How to make PhpStorm work with a remote local copy of a remote repository?

This question is related to a complex project where I was hired and I cannot change the existing system. The test development environment is a server with a local copy of a remote git repository. It's ...
Basil's user avatar
  • 61
0 votes
1 answer
105 views

I search navigation bookmarks plugin which can save bookmarks between sessions

I have found this https://plugins.jetbrains.com/plugin/14323-free-navigation-bookmarks plugin for PhpStorm 2023 - it works great, but closing my IDE I lose all bookmarked saved priorly. Are there some ...
Petro Gromovo's user avatar
0 votes
0 answers
43 views

PhpStorm last update - Can't see color change when value changes during debugging

I updated my PhpStorm to the latest version: Since this update, when I'm debugging my code, every value in "Debug -> Threads & Variables" is changing its color like it was evaluate, ...
maorWorker's user avatar
0 votes
0 answers
25 views

Why route:list returned error running under PhpStorm?

I want from PhpStorm 2023 to write all routes of my Laravel app into text file. I can do it in Ubuntu console with the following comman:. php artisan route:list >> route_list.txt I've added ...
mstdmstd's user avatar
  • 2,941
0 votes
0 answers
27 views

How to add custom console commands?

In which way can I add in my PhpStorm 2023.3.1 custom console commands like php artisan route:list to find and run them by context Shift+Shift keys ?
mstdmstd's user avatar
  • 2,941
0 votes
0 answers
72 views

PhpStorm & Xdebug pauses execution far far too often

I'm using PhpStorm 2022.3 and set up a WordPress& MariaDB each in a Docker container, with Xdebug v3.3.0 and PHP 8.2.13 installed. I set up PhpStorm properly, actually everything is working. ...
nilsnolde's user avatar
  • 199
0 votes
1 answer
68 views

What is "MyToolWindow" in PhpStorm IDE?

I have this weird panel in my PhpStorm which gives me a random number generator, but I can't find any setting or help regards it, nor it is in a plugin list. I wonder what is it and maybe I could use ...
David's user avatar
  • 129
0 votes
0 answers
58 views

Restore overwritten/sync'ed IntelliJ settings

I just bought PhpStorm, and selected Settings Sync, and I selected to sync across JB products, hoping everything from my years of WebStorm would sync to PhpStorm. And of course now I see different ...
Jonathan Tuzman's user avatar
0 votes
1 answer
516 views

NestJS - debug with watch mode - port already in use

I have a problem with the debug in my NestJS app. My setup: Windows + WSL2 PhpStorm Docker Node 18.18 NestJS 10.3.0 package.json "start:debug": "nest start --debug=0.0.0.0:9229 --...
alanmcknee's user avatar
0 votes
1 answer
454 views

PhpStorm not working with Xdebug 3.3 running in Vagrant box using nginx and PHP 8.3

I'm running the following setup for my development environment: Host system is a Windows 10 machine, running a Vagrant box with Debian Buster 64. On this client system a nginx 1.14.2 web server is ...
Dennis's user avatar
  • 1
1 vote
0 answers
119 views

PhpStorm complains -- and doesn't -- about magic methods

The code IS working. The question is not about whether one should or should not use magic methods, its advantages vs disadvantages and what not. This question will probably be reviewed by a moderator, ...
Gustavo Pinsard's user avatar
0 votes
0 answers
107 views

How to use version control with PhpStorm

I've just downloaded PhpStorm and I'd like to use version control, but I can't figure it out after watching countless tutorials. I have a local project and also installed Git, and have created a ...
Seb's user avatar
  • 1
0 votes
0 answers
48 views

Automatically update Interfaces in PhpStorm when you add new public methods

Quite like this question, but the exact opposite. I have many classes that are having only one Interface, or the main interface being the first one. I want PhpStorm to automatically create new ...
Max's user avatar
  • 224
0 votes
0 answers
28 views

Using PhpStorm is there a way to change a line of code on every file of a remote host?

I am currently working on a project with over 50 HTML files. Each file has a google tag script implemented however the google tag is the incorrect one ex. GTM-1234 but it should be GTM-4321. The ...
Hov's user avatar
  • 23

15 30 50 per page
1
5 6
7
8 9
506