Codeflags Anchors

Concepts

CodeFlag anchors are comments that appear in the line where an annotation is added. They allow the Predlab IDE plugin to locate the annotation when the code changes.

Example codeflag anchor comment:

/*
@codeFlag[aGsRfG2aNDpWAL6yGihGYp]
 */

What happens if they get removed/not checked out in VCS?

If the codeflag anchor is removed/not checked out, the annotations will still be displayed at the exact line where it was inserted.

Removing the anchor does not remove the annotation.

The recommended way to remove/edit an annotation is by using the “edit” button.

Check out Guide