You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For IntelliGrade, it would be nice to be able to highlight only parts of a line.
This would be useful when you have multiple annotations in the same line. For example, here:
intfour = 4;
We could have an annotation for the magic number 4 and one for the name which is a bad identifier.
Currently the entire line is highlighted, because artemis4j doesn't pass the autograder source positions to intelligrade.
I don't think artemis supports annotations that only span parts of a line, but they could be converted into a line number here.
The text was updated successfully, but these errors were encountered:
For IntelliGrade, it would be nice to be able to highlight only parts of a line.
This would be useful when you have multiple annotations in the same line. For example, here:
We could have an annotation for the magic number 4 and one for the name which is a bad identifier.
Currently the entire line is highlighted, because artemis4j doesn't pass the autograder source positions to intelligrade.
I don't think artemis supports annotations that only span parts of a line, but they could be converted into a line number here.
The text was updated successfully, but these errors were encountered: