Where used for AL table in Visual Studio Code

Anyone know is there a visual studio extension to check where the table in the extension used in BC ?

I usually use “GDT where used” for this kind of task for classic 2013-2018. Thanks.

VSCode itself tracks where things are used, it is called ‘references’. You can show references with the keyboard shortcut Shift+Alt+F12 or right click and click on ‘find all references’. References are also available through the Peek menu (right click → peek → peek references)