With a simple query we can see what tables are configured as memory optimized
SELECT * from sys.tables where is_memory_optimezed = 1;
and in SQL Server Management Studio we can add a column to show true/false on all tables
Is it possible to have an icon or a column to also show us the tables that have this flag?