Any Visual Studio Code AL extension for removing fields or variables without references?

juanjogibrajuanjogibra Member Posts: 1
Hi, everyone.

This is my first question in this website so, I apologize if I do something wrong.

Currenty, I´m developing in AL with Visual Studio Code. The project has many fields without references:
h34t59tz47wf.png

Does anyone know of an extension that allows automatic removal of these fields or variables?

Thanks so much!

Regards!

Answers

  • bbrownbbrown Member Posts: 3,268
    Why would you want to do that? Your example appears to be a Page or Page Extension. Those "0 references" are referring to references to the page fields. Not the underlying table fields, or in the variables as used in these examples. You need to check those elements explicitly to see if they have any references.

    There are no bugs - only undocumented features.
Sign In or Register to comment.