
View and understand your data directly in VS Code.
This extension allow to view and understand your data in VS Code. the support includes :
- Listing and navigate between all the dictionaries
- View the list of tables (data) by dictionary
- List of variables by tables
- List all documents in markdown format for a selected dictionary
- View definition of a table
- View definition of a variables
- Defined and update the working directory of each dictionary

The extension only allow two types of file :
- rd : to write, read and update all information for the dictionaries, tables and the mapping
- markdown : to display other relevant informations (more the come like pdf, etc...)
Getting start
To start using this extension, you need to:
- Install the extension from the market place
- Create a folder for each dictionary you want to display and visualize.
The created folder for each dictionary should contains the following structure to work :
- folder
Documents : where you can add any markdown (.md) file you want that help you understand your data.
- a
rd file : where you can define your tables, the variables, the mappings and the links between tables.
Directory structure
├── Your first Dictionary
│ ├── Documents
│ │ ├── Change logs.md
│ ├── test.rd
To do
- [ ] Add a fonctionality for multiple languages
| |