Vadiru
Website Programmer in USA
- Total activity 461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 45
- Subscriptions 124
-
Edited Moving side panels vertically requires pixel precision
When trying to adjust the size of one of the side panels, as in, hovering the mouse over the top bar to expand or shrink it up or down, the only time I get the cursor to allow me to left-click and ... -
Created Moving file tab to the other side hides Find buttons on left-side file
Moving a file tab to the right doesn't shrink the Find bar enough to show the buttons (that were showing before)... every time I do this, I have to click the end of the search line to get the butto... -
Created PHPStorm can't find var definition, then Cmd+Click goes to unrelated file
So I notice the red underline on the var, and hover over it: Cmd+clicking the var takes me to some file that does define it, but the file is not run in my test of the homepage even though this fil... -
Created OK so can we finally just move the light bulb pop-up somewhere more out of the way?
Like, not right over the text I was trying to click. I'm OK with the bulb being there, just not popping up right over something I'm trying to click. I know how to disable it; I'd prefer to have it... -
Created Not seeing how to get to closing HTML tag in .php file
I open up a .php code file, I notice this error: I click "Rename end tag 'div' to 'main'", and the red underline goes away. Somewhere in this profuse mash of PHP/HTML is the actual end tag (not ne... -
Created Go to File scope default or remember
Whenever I use Go to File (Ctrl+Cmd+F for me on Mac, in Preference > Keymap > Main Menu > Navigate), the scope keeps resetting to All Places when this is rarely ever what I want. I want Project Fil... -
Created Git branch tree view text filter doesn't check branch names
I'm trying to filter the list to a branch so it'll show in the tree view, but apparently the branch name is not one of the things the filter searches: I know the branch is in there somewhere (it's... -
Created Sort Find in Files results, or open multiple files from there
I do a search for something, I get a list of files that term is in, I need to open many files from the list, but I can only open 1 at a time, and doing the search again shows the files in random or... -
Created Local variable Cmd+click trace defaults to All Places instead of Current File or last-used scope
I forget what the name of the Keymap action is for this, but it's when you hover the mouse pointer over a var, then hit Cmd+click (Mac) or Ctrl+click (Windows) to see all usages of the var. Because... -
Edited yml file text paste separating into newlines
I'm copying from one file like this: `app.feature` When I paste into .yml, it pastes like this: `app: feature:` This breaks the app reading the yml. I'm not seeing how to fix this.