anton nekipelov

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 7
-
anton nekipelov created a post, File templates manual?
In PhpStorm i can create file templates and create new files out of them. It's nice feature. However, i wonder if there are more functionality under that feature.- Where can i find a list of all au... -
-
-
anton nekipelov created a post, Type hinting for foreach?
when you do foreach($someArray as $k => $v) {...}is there any way to tell WebIDE what types $k and $v are? If not, i would like to post feature request for this -
anton nekipelov created a post, some suggestions on generating code
WebIDE now totally lacks alt-insert code generators that IDEA has.PHP environment will absolutely like generating getters, setters and constructor (the way NetBeans implements it)Also, it would be ... -
anton nekipelov created a post, phpdoc editing bug
WebIDE 701:when i create phpdoc for a method, WebIDE nicely generates a bunch of annotations (i.e. it automatically writes "@access protected" for protected method), but there is very unpleasant bu... -
anton nekipelov created a post, suggestion to improve working with files
it would be nice if WebIDE understands defining some variable or const as a path to directorydefine("LIB_ROOT", realpath(dirname(__FILE__) . "/../lib/") . DIRECTORY_SEPARATOR);and then use it in re... -
anton nekipelov created a post, static keyword is treated wrong by a code validator
absolutely correct php5.3 string of code is highlighted as having errors:return isset(static::$INSTANCE) ? static::$INSTANCE : static::$INSTANCE = new static($dsn, $user, $pass);WebIDE 701 doesn't ...