Reassign to val?
I was noticing that the plug-in (build 542) does not catch reassignment
to a val. It seems like this should be a pretty basic thing to be checking.
http://youtrack.jetbrains.net/issue/SCL-2810
请先登录再写评论。
I was noticing that the plug-in (build 542) does not catch reassignment
to a val. It seems like this should be a pretty basic thing to be checking.
http://youtrack.jetbrains.net/issue/SCL-2810
请先登录再写评论。
Simple reassignment to val check is already implemented, so if you rewrite the code like "a = a+(1)" it will be highlighted.
Calls like "target op= value" highlighting is yet to be done.