Denis Zoljom
- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 16
- Subscriptions 9
-
Edited Non project files protection when editing files from the project
This started happening after I updated to PhpStorm 2021.2. I opened up a WordPress project in the project root (where wp-config.php is located) and when I want to edit a file in my theme I get the ... -
Created Project opening not working
I have the Project Opening se to open in new window, but every time PHPStorm will ask me where I want to open the new project. This worked before in 2019 version, but keeps happening in 2020 versio... -
Created Create a custom Generate option?
I'm working with a WordPress plugin and I have action hooks added in my register method like <?php/** * File holding CheckoutFields class * * @since * @package MadeByDenis\WooSoloApi\ECommerce */de... -
Created PhpStorm stops responding and other bugs
I updated PhpStorm I think two days ago to version 2019.3, build #PS-193.5233.101, and since then, things started behaving strangely. First typing `pstorm .` in my terminal didn't open the project.... -
Created Associate xml.dist with xml syntax?
I'm not sure how to do this, I've searched the settings but couldn't find a way to set a way so that, when I open .xml.dist files, xml color syntax is applied to it as well. Is this possible? -
Created Cannot delete debug.log file
This happens every so often. I'm working on a WordPress plugin and I have debugging on. So any error that happens it will be written in the debug.log file in my wp-content folder. When I open it an... -
Created Goto Anything in PHPStorm?
One thing I love in Sublime and VSCode is that I can type cmd + T or cmd + P and I'll get an input field where I can select any file in my project. I'm starting to explore PHPStorm and I cannot fin...