michael ussher
- Total activity 697
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 241
-
Edited disable javascript checking in .php files
I'd like to turn of just javascript checking in .php files because it seems to be reporting incorrect errors. Is there a way to do that so I can just see actual errors? same if i change the struc... -
Created Code formatting for switch. Space between case and ''
AnsweredI rely on code reformatting to get everything into pretty format, after I finish my messy coding I hit CMD+OPTION+L and it magically becomes up to standard for the project. I love that. Except fo... -
Created Has "Show History for Selection" changed?
I've just updated to PhpStorm 2019.2.4 Build #PS-192.7142.41 Built on October 30, 2019 And the "Show History for Selection" tool seems to be operating differently than I remember. What I expected ... -
Created is there a way to NOT jump to the breakpoint in the editor? (Mulitple tabs)
Situation: I'm debugging some related functions but all the functions are in the same file. So I have 3 instances of the same file opened in php storm ( each in their own window ). When a break p... -
Edited where is the Git pull show what changed view in 2019.2 ?
I've just updated to the latest phpstorm version. Previously when I did a GIT -> PULL all the changed files would show in the VERSION CONTROL panel, then I could do CMD + D and browse over what ch... -
Created "Unable to resolve column" because the table name is in a variable.
My code structure looks like this: Even if its not run through the function to get the table name $tbl, the select query always shows "Unable to resolve column". I know I can turn off inspections c... -
Created Where'd my symlinks go?
I have up until now used the symlinks in the REMOTE HOST panel to download the current working version of modules. Today when I look im not seeing any symlinks the REMOTE HOST view, just the branc... -
Created Download a file and it changes from LF to CRLF. How to stop?
AnsweredI've just used the "download from here" option in the REMOTE HOST panel. When the file arrives, it has different line endings. On the server its LF when it arrives its CRLF. Then git tells me th... -
Created Change the window header text on OSX
AnsweredIs there a way to change the PhpStorm window text? It cuts out just the relevant info for me. Thanks. -
Created compare directories but ignore a string
In my project I have skins which are a directory name and its corresponding variable. So I have on skin that is jrFanClub. and its files will contain variables like $jrFanClub_something. These skin...