hype artist
- 活动总数 40
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 PhpStorm 5.0.3: JSLint annoyance!
Hello.As it was already mentioned in the 5.0.3 announcement's comments - JSLint is turned on by default in the latest version of PhpStorm. Probably(!) it's ok. But tell me please!!! Why for God's s... -
创建于 PS-121.322: (Javascript) Code outlining question
Hello, again.Here is the code:var Class = (function(){ var _PrivateClass = (function(){ function _PrivateClass(){} _PrivateClass.prototype.someMethod = function(){}; ... -
创建于 PS-121.322: jsdoc question
Hello.Here's the example of a typical class pattern I use:/** * @class */ var Class = (function () { /** * @private * @type {Number} */ var _privateVar; /** ... -
创建于 PS-121.252: SCSS issues
HelloSome remarks on SCSS files editor: - tabs (between colon and variable value) are being replaced by spaces in variable declarations - no codecompletion for keywords (such as: @mixin, @i... -
创建于 PhpStorm: Code inspection issues
Hello!Here is a piece of code as for PhpStorm 5.0 EAP 120.177:foreach ($suitedControllers as $controller){ $routes = $controller->routes; $activeRoute = $routes[$controller->activeRouteIndex]... -
创建于 HaXe plugin: Is there a way to compile to PHP?
In settings there are only Flash, JS and Neko as compile targets. I've tried to trick it by adding "-php" parameter in Module settings but it just caused "Multiple targets" error. :(Where from comp... -
创建于 Couple of questions about "self" and "$this"
I've noticed there is no completion for "self" keyword (since first EAPs till the latest). Is it "a feature" or ...?And as for "$this" - it would be just handy if its completion/suggestion behaviou... -
创建于 Highlight custom html attributes with different color(s) - possible?
Actually the question is the topic.It would be quite helpful while using things like TAL or OPT.Thanx in advance. -
创建于 PS110.122: CSS inspection - CSS level3 ?
Is it normal that while in CSS inspection setup W3C level is set to CSS level3 all corresponding features (like "border-radius", "text-shadow", "rgba", etc) are marked as incorrect? -
创建于 Issues with PS-110.44
1. after a while(!) renaming stopped worked: placing the cursor inside a desired variable I see all occurencies being highlighted, but only the first one is getting renamed2. after a while(!) tabs ...