Is it possible in NetBeans to tag a line of (e.g. PHP) code and refer to this line number dynamically?, like
echo "check the line number <tagged_line_number> in the script";
Problem is that with code development any line can change a number naturally, so static reference does not make sense.