martonsagi / al-object-designer

AL Object Designer for Dynamics 365 Business Central development
MIT License
39 stars 21 forks source link

Cache the result of .app file scanning (Symbols) #5

Closed martonsagi closed 5 years ago

martonsagi commented 5 years ago

Symbol files are extracted every time the Object Designer is opened that takes 2-5 seconds. This extracted data should be cached. Update the cache only when an .app file is actually changed on the filesystem.

martonsagi commented 5 years ago

Tested. Working folder is<workspace root>/.alcache. Cache files are created for each symbol file separately.