FeaturesAuto complete fields using emmet like completion suggestions. How it worksWhen writing into a fields, block or tabs array, writing plain text will prompt you a suggestion to auto complete into a field. This will turn the plain text you wrote into the name, and place your cursor on a generated type field. From here you can select one of payloads field types, and that too will autocomplete if you select one. Currently the extension only prompts the "Turn to Field" suggestion when in a "config.ts" file. Later on I might add a setting where you can modify this. Release Notes0.0.1Initial release 1.0.1Made vscode preselect the extensions suggestions. 1.0.2Added commas at the end of complex fields |