/vscode-ms-access-dump

Syntax highlighting for the MS Access dump format

Primary LanguageTypeScriptISC LicenseISC

MS Access Dump Format

Through the COM interface it is possible to dump internal resources (e.g. forms, macros, queries, reports etc.) of a Microsoft Access application into separate files[1]. This allows to develop such an application with multiple developers simultaneously. To ease the handling of such files this VSCode extension provides syntax highlighting for that dump format.

Screenshot

Screenshot

VBA Syntax Highlighting

To enable syntax highlighting after the 'CodeBehindForm' tag you can install the following VSCode extension:

Related Links

These links may be interesting to further improve the development.