web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / That NAV Guy / Find Duplicate AL Code

Find Duplicate AL Code

Teddy Herryanto (That NAV Guy) Profile Picture Teddy Herryanto (Th... 14,302 Super User 2026 Season 1

AZ AL Dev Tools has just released a new command called “Find duplicate AL code”. It helps you a lot especially when you are working on refactoring your (or someone else) code.

To use it, open the command palette and type Find Duplicate AL Code.

Specify the minimum no. of statements to be considered as duplicate.

The command will search your current project and open a panel with list of duplicate code blocks and code locations.

When you click on one of locations, it opens the file and highlights the code in the editor.

Great tool especially when you are working with a big project which can includes a number of duplicated lines.

The post Find Duplicate AL Code appeared first on That NAV Guy.


This was originally posted here.

Comments

*This post is locked for comments