Vadiru
Website Programmer in USA
- Total activity 461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 45
- Subscriptions 124
-
Created Hover pop-up obscured by bottom of screen
The file is scrolled all the way down, I hover over something near the bottom, and part of the pop-up overflows beyond the bottom of the screen, and I can't read what it all says. How do I fix thi... -
Created How to get git commit diff compact view of all changes in files?
AnsweredIn GitHub Desktop and SourceTree, I can click a commit in one panel to see a list of changed files, then click a file to see each of their git diffs in another panel; in PHPStorm, when I click a co... -
Created Confused about PHPStorm determine PHP version of repo
I'm getting cognitive dissonance (mixed messages?) here: The project was originally written in PHP 5, was upgraded early last year to PHP 7.3, and now we're trying to upgrade it to PHP 7.4. Why is... -
Created YAML tab size forced at 4 spaces?
When I format a .yml file, it indents at 2 spaces; when I hit Tab, it puts 4 spaces. This is causing my file to have mixed indentation. This is driving me crazy. When I go to Preferences > Editor >... -
Edited Git Log branch names following ASCII ordering, not natural language ordering
AnsweredIt's considering uppercase letters to be different in ordering than lowercase letters... which makes sense to a computer, not a person. How do we get these to order sensibly? I'd think there'd be ... -
Created Keyboard shortcut for going to beginning of switch block?
I'm working with a lot of files that have huge `switch` statements, some of these files have multiple `switch` statements that are big (yes, I know it's poorly-coded and these should probably be cl... -
Created Preferences Editor Color Scheme languages are not alphabetized
I've had trouble finding the language I needed to edit, because they appear to be listed in random order: I don't understand the order; is that in order of popularity...? That can change at any ti... -
Edited Bookmark folder no longer expands in the new Bookmarks (Favorites) panel
Apparently JetBrains thought their Favorites panel bookmarks were too useful and made them simply link to the Project panel directory instead of expanding in the Favorites panel. Now instead of hav... -
Created No way to close or hide Safe Mode warning on project
I'm OK with certain projects not needing non-safe-mode "run" functionality or whatever, so I leave them in Safe Mode, but I don't need to be constantly warned that they're in Safe Mode, and I see n... -
Created Searched thr... what?
AnsweredI'm trying to figure out what the PHPStorm Find bar is trying to say here on the right ๐ It's just stuck there. Clicking it does nothing. Resizing the bar horizontally doesn't change it. The quest...