resting
- Total activity 113
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 41
-
Created Recent File switch on key release?
I used to be using `cmd + e` to switch between recent files. It used to switch automatically after releasing the hot keys but now requires me to hit the enter key to select the file. Has there been... -
Created Shortcut to switch between editor and terminal?
I like to leave my terminal on while coding, and find myself clicking between editor and terminal window a lot. Is there a shortcut to switch focus between the 2 (editor and a tool window)? -
Edited How does color of selected vertical indent guide work?
I tried to changing the color of selected vertical guide. I assume "selected vertical indent guide" means the portion of code that the cursor is in. But I don't see change I made. The image below s... -
Created Advanced new file equivalent?
Is there a plugin or feature for PS that is equivalent of Advanced New File for SublimeText? Basically its a shortcut, that triggers an input box to appear, and you can type in the path eg: `myproj... -
Created Open file in cli
AnsweredWas using Visual Studio Code, and they have a CLI tool that helps open files from CLI. Is there, or will there be one for PS? Right now I have to type `/Applications/PhpStorm.app/Contents/MacOS/php... -
Edited Better support for multi cursor with ideaVim plugin?
Is ideaVim a offical plugin of JetBrains? Really wish they could integrate it as part of the IDE and provide full support, think, sublime text's VIM support. The problem I always have is the IDE go... -
Created Auto insertion of use namespace
AnsweredI remember I was able to get PS to automatically insert `use namespace\here` when I use a new class. Just tried installing guzzlehttp in composer, but PS wasn't able to see the GuzzleHttp namespace... -
Created Is there a 'amend commit' feature?
To change the commit message of the last commit ( that hasn't been pushed)? -
Created How do I cherry pick commits from another branch?
Can't find the option in PHPStorm. Is it possible? -
Created Cannot commit large number of files
I'm trying to commit a large number of files as show in the screenshot. But nothing happens when I tried Commit Changes via shortcut or the menu. Please advise how to resolve this?