Karoly Negyesi
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created Coloring built in and user space functions differently?
AnsweredDifferentiating between built-in and userspace functionality would be superb. Is there a way...? -
Created How do you revert to a scheme
AnsweredI have changed a color in my scheme, I didn't like it so I restored the icls file from backup, restarted PHPstorm but no change. What now? -
Created Navigate changed files?
Is there a way to open and navigate locally changed files? Aka open all files in git diff HEAD --name-only and then go from one hunk to the next across files, even? -
Created How to show the method in breadcrumb?
I have seen in a few screenshots / videos people have the current method up where the tabs / breadcrumb is. How can I toggle that? -
Created Left sidebar too wide
How can I remove the column where the white bulb is? It's not there for other projects :( I wouldn't even mind removing the blue dot... I do not use either, I use shortcuts. -
Created Go to method in a class?
I would like to go to a class (that's easy) and once in the class, navigate to a method -- regardless which superclass it's defined in. I can't use Ctrl+B because the class of the variable we call ... -
Created Generate stub methods -- editable template?
Is it possible to edit the template that generates the stub methods when implementing the interface? Some methods have typical (structure) bodies. -
Created Debugger always halts on start
Recently; this didn't happen before when I load my Drupal page, the debugger immediately stops on index.php firt line of code instead of only suspending on the first breakpoint. How can I fix that? -
Created How to get back this popup
While typing this popup comes up but once the parameters are given, how do I get it back? I tried to search the keymap for tooltip, popup and similar words...Also, how can I reach the Quick Documen...