Currently path suggestions are created that could be problematic if they start with characters that aren't supported in JS (such as numbers of certain symbols). This PR switches any problematic paths to instead use bracket syntax to ensure they can still autocomplete properly.
It also adds UI inside of projects to regenerate schema from scratch in case a project ever encounters problems in the future.
Currently path suggestions are created that could be problematic if they start with characters that aren't supported in JS (such as numbers of certain symbols). This PR switches any problematic paths to instead use bracket syntax to ensure they can still autocomplete properly.
It also adds UI inside of projects to regenerate schema from scratch in case a project ever encounters problems in the future.
Fixes #449