Make auto-complete work for Typescript and/or VSCode users like in this screenshot:
This is not a breaking change. In the example above, folks can still type display: "dhgjdkfhg" and TS will accept it. This PR only makes auto-complete work. It deliberately doesn't add type-safety because that needs to wait for a semver-major release.
Todo
[ ] Add test that verifies the modified behaviour - Not possible unfortunately
[ ] Add documentation if it changes public API - not needed
Corresponding issue (if exists):
Closes #1439, Closes #1452, Closes #806, possibly fixes #776
What would you like to add/fix?
Make auto-complete work for Typescript and/or VSCode users like in this screenshot:
This is not a breaking change. In the example above, folks can still type
display: "dhgjdkfhg"
and TS will accept it. This PR only makes auto-complete work. It deliberately doesn't add type-safety because that needs to wait for a semver-major release.Todo