Problem
When removing existing ModuleTags it can be hard to ensure that the tag is correct.
Proposal
Because the application already tracks where module are defined and what their tags are it could be nice that the completion suggestions shows a short snippet of what the code the tag refers to gets shown in the completion window.
Examples
Object Boss_VehicleSupplyTruck
RemoveModule ModuleTag_01
End
Problem
When removing existing
ModuleTagsit can be hard to ensure that the tag is correct.Proposal
Because the application already tracks where module are defined and what their tags are it could be nice that the completion suggestions shows a short snippet of what the code the tag refers to gets shown in the completion window.
Examples
Object Boss_VehicleSupplyTruck RemoveModule ModuleTag_01 End