Vadiru
Website Programmer in USA
- 活动总数 461
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 45
- 订阅数 124
-
已编辑于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
已编辑于 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.