al-code-outline icon indicating copy to clipboard operation
al-code-outline copied to clipboard

[Feature Request]List of all variables in project

Open TrippyZ opened this issue 3 years ago • 2 comments

For the purpose of consistent variable naming in a project I want to be able to view a list of all the variable names used in the project (not per file - per project).

For example, in one codeunit I have; Cust: record Customer;

but in another file I refer to Customer: record Customer;

For the purpose of tidy and consistent programming it would be better if either Cust or Customer was consistently used.

TrippyZ avatar Jan 04 '22 16:01 TrippyZ

Also, it might be nice to somehow get an overview of all field names and get an option to search for it. (Perhaps even every AL control 😅)

rvanbekkum avatar Jan 06 '22 16:01 rvanbekkum

Thank you for reporting it. Looks like a nice idea for an advanced symbols search functionality.

anzwdev avatar Jan 09 '22 18:01 anzwdev