D Lanza38

- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 14
-
Created "Unable to resolve column" inspection error in DB console
Since a recent update, I noticed all of my column names generate an inspection error of "Unable to resolve column..." in my DB consoles. The queries work fine when run, it's just the inspection wh... -
Created Is there a way to specify the indent behavior in the database console?
Is there a way to specify the indent behavior in the database console? I couldn't find anything of the sort, but figured I'd double check here in case I missed it. -
Created Does PHPStorm Support Kerberos Authentication for DB connections?
Does PHPStorm Support Kerberos Authentication for DB connections? In particular DB2 on IBM i? I can't find anything, but I figured I'd double check. -
Created Upload to server feature doesn't always work.
The "Upload to..." feature doesn't always work. Occasionally I'll go to upload a file to my deployment server and the process fails with the explanation that the remote version of the file represe... -
Created PHPStorm Synchronize - What exactly does it do?
AnsweredWhat does the File->Synchronize option do in PHPStorm? I would assume one of three things: Synchronize my local so it matches remote. Synchronize my remote so it matches my local. Some combinatio... -
Created Tool windows randomly disappear and I can't re-open them.
It's very weird, but it seems randomly all of my tool windows will disappear and I can't get them to display. Neither the panel button in the bottom left or the menu options in (View -> Tool Windo... -
Created Git UI in PHPStorm can't connect to remote. [Windows]
AnsweredFor some reason Git can't connect to my remote when using the PHPStorm UI on Windows. However from the built in terminal (and external terminals) I don't have any issue. I'm using SSH with a "~/.... -
Edited Modifying a file in PHPStorm causes Git to consider a file as “Modified” even after undoing the changes
It seems when I modify a file in PHPStorm which is apart of a git project, it marks the file as modified even after all changes have been reverted (either CTRL+Z or by manually undoing them). This ... -
Created How does PHPStorm find usages of function definitions?
I've come across many questions such as this, but the solutions vary and some don't even have a solutions. In most questions the OP states this isn't working while someone else reports they can do... -
Created What is the typical way to debug web applications?
I'm trying out PHPStorm after using Zend Studio for about a year and it seems like PHPStorm goes about debugging sessions differently. I'm at a loss at the moment because I'm not even sure what th...