Ryan Zec
- 活动总数 43
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
Ryan Zec 创建了一个帖子, JavaScript Coding Formatting Issue
So if I have this code:var data [{ display: "Configuration", value: 'config' }]; and I run the code formatter, it turns into this:var data = [ { display: "Configuration", value: 'conf... -
-
Ryan Zec 创建了一个帖子, NodeJS Configuration Missing?
Now PhpStorm from what I know should have everything that WebStorm has plus the PHP support. I was trying to get PhpStorm setup to run testacular test wuthin the application and I saw a few video ... -
Ryan Zec 创建了一个帖子, WebStorm vs. PhpStorm/RubyMine/PyCharm
I was wondering if I am doing web development with PHP, Python, or Ruby, does WebStorm offer anything that is not in PhpStorm/RubyMine/PyCharm for the front-end technologies stack (HTML, CSS, SASS,... -
Ryan Zec 创建了一个帖子, Validation Issues With PHPDoc?
I think this might be a bug in the PHPDoc validation:http://vimeo.com/33589657Note that this does not happen all the time, it seems to only happen with a few methods. -
Ryan Zec 进行了评论, -
-
Ryan Zec 创建了一个帖子, Hooking Up PHPUnit To VM Machine?
I was wondering how I would be able to hook up a PhpStorm to run PHPUnit test from a Virtual Machine. I have tried to set it up like I though I did before with sftp and testing the connection to t... -
Ryan Zec 进行了评论, -
Ryan Zec 创建了一个帖子, Copy/Pasting Issues PhpStorm 3
So I gues upgrades to PhpStorm 3 and not copying and pasting is not working like it did before. For example:So I copy from line 22-24 and then pasted on line 26. It looks like the spaces are bein...