Nikolay Pelov

Avatar
  • 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?
    • 3 followers
    • 2 comments
    • 1 vote
  • Created

    Turn off the red rectangles

    Answered
    How do I turn off the red rectangles that show in atuocompletes like foreach? After some time I noticed that they don't help much.
    • 2 followers
    • 4 comments
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • 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.
    • 1 follower
    • 1 comment
    • 0 votes
  • 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 ...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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 _...
    • 3 followers
    • 3 comments
    • 0 votes
  • 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...
    • 3 followers
    • 2 comments
    • 0 votes
  • 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...
    • 2 followers
    • 6 comments
    • 1 vote
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Trailing space

    Answered
    I 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...
    • 5 followers
    • 15 comments
    • 0 votes