Nikhil Ranka
- Total activity 130
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 65
- Subscriptions 15
-
Created Rearrange code not working
Rearrange code is not working on PHPStorm. Before creating a sample class, wanted to know if the message highlighted in the image above could be the reason for the error. Did not click on Disable... -
Created Command execution in a script running on Docker fails
Using the video here, had setup a project on PHPStorm using Docker. docker-compose.yml version: '2'services: webserver: image: phpstorm/php-56-apache-xdebug-25 ports: - "80:80" volu... -
Created PHPStorm updated from 2020.2.4 to 2021.2.2 - no new folder created, old icon remains
At the outset, it looks cosmetic. However, thinking if something fundamental is broken. Can you help resolve this? Or confirm if this is normal and not of concern? -
Edited Setting up debugging with XDebug 3 and WSL2
Tried the steps mentioned in this post and post. However, debugging continues to fail due to the following error: Connection was not established. Cannot start debugger session with 'Xdebug 3.0.4' ... -
Created MySQL Database Integration issue. No columns shown for autocomplete
Note: This was asked earlier but by mistake I marked a reply as correct answerI am trying to connect my database with the database tool of PHPStorm. After adding the data source, I get the table na... -
Created MySQL Database Integration issue.
I am trying to connect my database with the database tool of PHPStorm. After adding the data source, I get the table names, but the column names are not being displayed. When writing queries in th...