This is the README for vscode extension "FE Helper Plus".
Features
JSON -> TS Type Constraints
Introduction
The underlying conversion capability relies on json-to-ts, and the naming logic for types has been optimized slightly (with an "upper camel case" naming rule built in).
Friendly preset keyboard shortcuts.
Support for right-click menu.
Field names support "camel case" and "underscore" styles.
Type names default to "upper camel case".
High reliability and security, no content will be recorded or reported.
Usage
Select the JSON string that needs to be converted (or copy the content), right-click to bring up the menu and click the corresponding button, which will automatically generate TS type constraints (supporting conversion to camel case or underscore).
Select the JSON string that needs to be converted (or copy the content), use the keyboard shortcut as shown in the figure below, which will automatically generate TS type constraints (supporting conversion to camel case or underscore).
Multi-language JSON file <-> Excel file
Introduction
Support for mutual conversion between multi-language JSON file and Excel file.
Flattened and non-flattened JSON: The underlying dependency is flat, and the format of Json Key in Excel must be in the format of ".n.".
Usage
Select the JSON or Excel file that needs to be converted in the editor's explorer, right-click to bring up the menu and click the corresponding button, which will automatically generate the corresponding Json file or Excel file. The main use case is the mutual conversion of multi-language JSON packages and Excel file. If a folder is selected, it will batch convert the JSON or Excel file in its children levels.
One-Click Installation of Essential VS Code Extensions for Front-End Development
Introduction
One-click installation of essential VS Code extensions for front-end development.
Supports custom selection of extensions to install.
Automatically skips extensions that are already installed during installation.
Usage
Supported by right-click menu or shortcut key activation.
...... (Stay tuned)
Requirements
VsCode Version: Greater than or equal to 1.98.0
Extension Settings
This extension contributes the following settings:
feHelperPlus.enable: Enable/disable this extension.