Iván Yivoff
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 12
-
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.... -
Created git weirdness
Git is behaving a bit weirdly on Pycharm since today.I created a new branch did some work there, and then went back to master. I was going to make a pull from the repository before merging my branc... -
Created gql syntax fail?
Hi there,I'm still evaluating PyCharm (I just need a tool to learn Python and get into GAE), and I'm a bit confused by this.According to PyCharm the following code snippet is "wrong":But the AppEng...