Feature #116
Add method/object name as comment at the end
Status:
New
Priority:
Low
Assignee:
-
Start date:
08/14/2018
Due date:
% Done:
0%
Description
Normally I add the procedure, function or object name after the end_procedure/end_function/end_object line like this:
Code:
Procedure HelloWorld
DoSomeStuff
End_Procedure // HelloWorld
They all got removed. It would be nice if it works the other way around and adds the procedure name if it is not there