Alexei Svitelikov

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Alexei Svitelikov commented, -
Alexei Svitelikov created a post, Argument hint to show path suggestions
Is it possible to hint phpstorm to show path suggestions for a specific argument?Something like /**@paramHint completePath $path*/function compile_template($path){} -
Alexei Svitelikov created a post, Go to variable class
class A { /** * @return B[] */ public function getItems(){ /**..**/}} class B {} $a = new A();$items = $a->getItems(); foreach ($items as $item){$item->} How do i go to the class ... -
-
Alexei Svitelikov created a post, PHPDoc type hinting for array of objects
// core classclass ArrayCollection extends Countable, IteratorAggregate, ArrayAcces { /* @var array */ // array of objects private $_elements; public function key() { return ... -
Alexei Svitelikov created a post, Go to beginning/end of the tag
<span>[cursor]</span>is there a shortcut to go to beginning/end of the tag ? -
Alexei Svitelikov commented, -
Alexei Svitelikov created a post, Action popup shortcut problem
I press Ctrl+Shift+A to get an action popup, how do i activate the checkbox at "Include non-menu actions" using a keyboard shortcut? -
Alexei Svitelikov created a post, Display .tpl files as simple html+php files
I'm using a cms where template files have .tpl extension, but they don't use any templating engine like Smarty, those are just simple html and php code mix files. Currently those files are parsed a... -
Alexei Svitelikov commented,