Good code red
Is this the correct place to report good code red errors?
In lift, there is a class
Req(val path: ParsePath ...) {
def path(n: Int): String = {
...
}
}
When you access req.path (wanting the ParsePath), the editor believes you are trying to call the function and codes it red. It also messes up navigation since it's unable to determine which path you are using. Is there a standard way to submit a bug for this?
Thanks,
-Austen
请先登录再写评论。
No, it's much better to submit tickets to our issue tracker:
http://youtrack.jetbrains.com/issues/SCL
Best regards,
Alexander Podkhalyuzin.
Thanks,
Created issue: http://youtrack.jetbrains.com/issue/SCL-5022