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

0

No, it's much better to submit tickets to our issue tracker:
http://youtrack.jetbrains.com/issues/SCL

Best regards,
Alexander Podkhalyuzin.

0

请先登录再写评论。