Schema Path Generator
Extension for generating attribute full path from Schema
Features
Without selecting attribute name in .json file:
- Open wanted schema .json file in your workspace
- Press F1 (or CTRL + SHIFT + P)
- Type and choose "Schema Path Generator"
- Enter attribute name that you want to get the full path to
- Press Enter
- You can also type some attribute path that you know it is in wanted path to reduce search items
- Hover over "Click to copy" field to peek into the full path if it is not visible
- Once you find the right path click on that tab and it will be copied to your clipboard
With selecting attribute name in .json file:
- Open wanted schema .json file in your workspace
- Select wanted attribute name
- Press F1 (or CTRL + SHIFT + P)
- You can also right-click on the selected attribute and click on "Generate Schema Path"
- Or you can click your chosen shortcut
- Chosen attribute path will be copied to your clipboard
Feel free to create the shortcut to make the process faster : )
| |