Kirill Beloshitskiy

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Kirill Beloshitskiy created a post, PHPStorm and Bitbucket's Git VCS.
Hello,I've created private git repo at bitbucket. After that I've added https git repo url to PHPStorm; entered all requested credentials (repo is private). Connection succeeded.Currently I'm at ma... -
Kirill Beloshitskiy created a post, Registry::get('object') autocomplete
Hello,$object = Registry::get('object');/*** @var MyObject $object**/$object->autocompleted_method()in this way - autocomplete works perfectly because we're saying (using phpdoc) that $object is in... -
Kirill Beloshitskiy created a post, How to make adding @author comment to every class created?
Hello,Is it possible to add @author comment to every class created? Or maybe even some kind of blank template?Thank you. -
Kirill Beloshitskiy created a post, How to limit number of displayed revisions while viewing VCS history for certain file?
Hello,When looking at file's SVN history it takes too long to get all information because PhpStorm is trying to get all revisions from SVN.Is it possible to limit number of revisions for file VCS h... -
Kirill Beloshitskiy commented, -
Kirill Beloshitskiy created a post, How to disable indexing for cetrain directories?
Hello,I have directory with compiled templates, javascripts and css files. It is really big and it is under main project folder.Is there any way to disable this directory from indexing? Every time ...