Iván Yivoff
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 12
-
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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.... -
创建于 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... -
创建于 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...