alexey baranov

- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 13
-
-
-
-
alexey baranov created a post, PHP autocomplete simple project 102.114
Hi! I am very confused. I have attached a simple project with only two files. The first file define a simple class, while the second creates an instance of it. This is a very simple test project. B... -
alexey baranov created a post, Strange dialogs
Hi!I have got this two messages when restarting IDE after File | Invalidate Caches... Is it important?PHPStorm PS-102.114Thamks!Attachment(s):2.JPG1.jpg -
alexey baranov created a post, Autocomplete not works
Hi!We could not use autocomplete at all! Sometimes it works for class name$a= new \Doctrine\Common\Collections\ArrayCollection() //works finebut next line could not get class methods$a->get [Ctrl+... -
alexey baranov created a post, incorrect 5.3 PHPDoc
Hi!I'have tried use phpdoc autocomplete with this simple class<?phpnamespace Tv\Domain{ class Object { protected $_parent; function setParent($parent) { $this->_p... -
alexey baranov created a post, could not disable git support
Hi!I have removed git support in Settings | Version control menu.It has disabled until next next time IDE started. Version control tab looks like befor again.I did it few time. How can I disable gi... -
alexey baranov commented, -
alexey baranov created a post, Git - do not convert to project's line separator
Hi!I have turned off converting line separator inside Version control | VCSs | Git (see screenshot 1)Anyway during the commiting I have seen prompt "The following line separator do not much the pr...