flode
Web developer trying to stay sane in this industry.
- Total activity 412
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 43
- Subscriptions 122
-
Created Not seeing how to disable matched brace preview at top
I noticed if I click on an end brace, if the matching opening brace is above the top of the visible file lines, a box will pop up above the tabs showing the line(s) of code for the opening brace. H... -
Created Cmd+click of JavaScript function definition shows results from Scratches folder
I Cmd+click on a function definition name and it not only shows the legit file it's called in, but also a file in the Scratches folder that's just a copy of source code I made from the browser for ... -
Created log file keeps not being recognized, then won't open
This keeps happening randomly when I click a .log file to open: When I click OK, the file doesn't open and the icon doesn't change like it does in another project. The only way I can open it is to... -
Created Odd error on new project of existing files
I'm having a hard time understanding this: I tried to understand from here - https://blog.jetbrains.com/phpstorm/2014/04/psr-0-psr-4-and-sourcetest-root-support-in-phpstorm-8-eap/ - but I'm not su... -
Edited Randomly can't switch to other open project window, randomly project opens to blank view
This started happening since the last update... I typically have 2 project windows open (as I need to flip between them often), but randomly, typically at least once a day, using Cmd+` to flip betw... -
Edited Keep getting random error about Unable to save settings
Since the last update this happens randomly multiple times per day, sometimes per hour or minute: I don't know what settings it's talking about. I didn't go into Preferences. I'm just doing normal... -
Created Cmd+click of .js file shows identical paths in drop-down
So what does it mean when it shows identical paths in the Choose Declaration box? I don't think it's possible for me to have the declaration in two identically-named files in a Mac folder. -
Edited Nonsensical const error with inline PHP in JavaScript
This doesn't seem right: If I substitute the php for just the word true or false, there's no error: Looks like PHPStorm is not understanding that the ternary will return either the raw string tru... -
Created Can't find jQuery color change option
This stands out a bit too much all over the place: I want to disable the text background color or lighten it up, but I'm not finding the JavaScript color change option for it, and there's no jQuer... -
Created Ctrl+Space putting cursor after auto-appended closing parentheses?
I thought when I typed a function name and hit Ctrl+Space (or selected from the drop-down list) that it would put the cursor right after the opening parentheses so I could start typing in the param...