Nikolay Pelov
- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 17
-
Created Change the way PHPStorm displays (unexpected) exceptions in phpunit tests
When I run tests in linux console I get a result like: <Exception class>: <message> <stack trace> But in phpstorm I don't see the exception class. Am I doing something wrong or it's a phpstorm bug? -
Created Turn off the red rectangles
AnsweredHow do I turn off the red rectangles that show in atuocompletes like foreach? After some time I noticed that they don't help much. -
Created Unknown magic properties
It's nice that there is a way to autocomplete magic properties with @property when they are known limited amount. however in some classes I use magic properties that are generated by loading conten... -
Created How do I disable writing accents with phpstorm
I'm not sure how this happened. when I type apostrophe (') it doesn't show. Then when I type it again it inserts double apostrophes. Also when I type 'a it translates to á.How do I turn this off. -
Created Autocompleting static properties/methods without "self"
I got used to property autocompletion - you start to write the name of property (without this and without $) and it completes it as $this->nameOfPropery. Very handy. Strange thing is that phpstorm ... -
Created Problem with built-in constants
Sometimes __DIR__ and __CLASS__ are at the end of autocomplete list and is reported as empty (__CLASS__ = ""). That wasn't always the case. Not long ago when I write __D it immediately suggested _... -
Created Magic properties
Hi, I'm trying to use (well known) magic properties via @property. I have abstract class that uses __get and __set to define magic properties. I want these properties to be visible in all classes t... -
Created Autocompleting relative paths
Hi, I have the following situation: $classList = array( 'className' => 'path/to/file/a-class-file.inc.php', //..... ); is there any way to give a hint to the ide (via phpdoc comment or something... -
Created Defining file templates
I want to create a new class file template like this: Class name: TheClassName File name: the_class_name.inc.php Is that possible? If not possible through templates, is it possible trough writing a... -
Created Trailing space
AnsweredI wanted to write a feature request, but it this one seams too personal. So I want to ask about the way IDEA-based ides (currently testing PhpStorm) save files. Is it automatic? I noticed that I do...