Iván Yivoff
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 12
-
Edited annotations completion does not use namespace aliases
It's possible to define annotations namespaces aliases, so when an annotation namespace is needed, the import statement includes an alias. Which is nice. Problem is that when auto-completing annot... -
Edited "string" type hint, and "method not implemented" inspection regarding "_toString"
In a method I'm using (from SF `Kernel` class) I have the following: public function __construct(string $environment, bool $debug) And down the line $environment will be used like this:$loader->loa... -
Created compass support & file watchers?
I can't get the compass file watcher to work, and I'm having trouble to understand the settings "compass support" & file watchers settings and their relationship. First, from the command line I'm a... -
Created red highlight shown on apparently random lines
This code is alright, but for some reason PHPStorm will red-highlight one of my param calls: Funnily enough, I delete the "offending" line and I get this: What's going on? It doesn't seem to ... -
Created path not found after chdir
Is not unusual on PHP to do something like this: chdir(dirname(__DIR__));require 'vendor/autoload.php'; Where the first `chdir` will chdir to the root of the project, so all future includes and req... -
Created find action by shortcut?
Is there a way to find a particular action from its keyboard shortcut? In my Mac, Shift-F4 will open the current editor tab in a separate window, which is handy when the editor is divided and you'd... -
Created return type inspection and interfaces
Hi there, I have an interface that declares: interface SystemResponseInterface { /** * @param int $status * @return SystemResponseInterface */ public function setStatusCode($status); } And a clas... -
Created multiple VCS repositories in the same project
How does one manage commits for different repositories in the same project?I have a Project where the whole project is a git repositories, and in one of the gitignored directories there is a subver... -
Created changelist for deployment
Hi there,I manage my code with git, but deployment to test and production have to be done by sftp.Commiting/Pushing/Deployment go through completely different rythms, so the chebcox to "deploy on c... -
Created jinja2 code formatting
It would be nice to have some formatting options for jinja2/html code.The syntax is properly highlighted, but formatting is completely left at the whim of the user, and "reformatting" does nothing....