xiaopeng shan

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
xiaopeng shan created a post, How to find usages for class primary constructor?
the code below:class Test(val a:Int)case class TestCase(a:Int)val a = new Test(1)val b = TestCase(1)val c = new TestCase(2)val d:Test = _val e:TestCase = _how to find the first three usages except ... -
xiaopeng shan created a post, ScalaQuery project's source has many many good code display error bug.
ScalaQuery(scalaquery.org) is an open source project that is a type safe db query API for scala.the project's source opened in IDEA with Scala Plugin has many many good code display with error. I t... -
xiaopeng shan created a post, Suggestion: Generate ScalaDoc for Scala element
There are nothing for help to generate Scaladoc comment for user selected Scala element now, hope for add feature to do this or use Live Template and Template Variables to generate some doc comment. -
-
xiaopeng shan created a post, How to use the Live Templates Variables in Scala Template
I see the default Live Templates for Scala used some Template Variables, but I can't find them in the Expression list, and how to use them? Does there have some documents for the Scala Template Var...