flode
Web developer trying to stay sane in this industry.
- 活动总数 412
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 43
- 订阅数 122
-
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
已编辑于 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... -
已编辑于 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... -
创建于 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. -
已编辑于 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... -
创建于 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... -
创建于 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...