resting
- Total activity 113
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 41
-
Created How to make use of change lists and task list?
I've been using PHPStorm for quite a while, but I've always used Sourcetree as my VCS. I'm trying ditch Sourcetree and do all my VCS stuffs in PS, but I'm not sure how to make use of change list an... -
Created Choose server to upload
I have some severs under the "Build, Execution, Deployment" > "Deployment"But when I do a right-click, "Upload To..."I only see one of them.And its not the one that I set as Default, which is the o... -
Created Override auto formatting?
There are times the auto formatting doesn't work perfectly.Heres and example: <?php if (isset($atts['association_link']) && isset($atts['association_image'])&& $atts['association_link'] !== '' && ... -
Created Import / Export settings not working
I've selected all the options for export on my laptop, exported it to dropbox.Then on the desktop, I import the exported file.However, live templates are missing. Specifically the group PHP. Only o... -
Created File list not updating since update to 1.8.0_51?
Is anyone having the same problem?My project folder doesn't update any addition of new files after I updated Java.Synchronizing the folder and invalidating/restart didn't work.I can't work in anoth... -
Created Is it possible to change the color of the active window tab?
Its hard to see which tab is active when I have lots of tabs opened at the same time.Really hope I can change the active one to a brighter color. -
Created Autocompletion for yii2?
How do I get PS to do autocompletion for yii2?For example the `yii\web\BadRequestHttpException` class in my controller? -
Created Toggle between matching HTML tags
I can move to a closing HTML tag with "Move caret to matched Brace".But I can't move back using the same shortcut.I can overcome this with the Back command, but its useful to be able to jump to a m... -
Created Is it possible to use vim mode in scratch files?
I don't get vim command mode in scratch files.Is it possible? -
Created Shortcut to Jump back to editor from terminal
I often use the default shortcut Opt + F12 to jump to the terminal, run a command and I want to be able to jump back to the main editor screen.There probably is a shortcut but I don't know what its...