new
| | |
VSCode Plugin
- Integrates commonly used GoTool features into the VSCode editor.
Usage Instructions
- Select the text you want to convert in the editor (SQL or JSON).
- Right-click and choose GoTool: SQL Convert Tools or GoTool: JSON Convert Tools, etc.
- Select the target format from the submenu.
- The conversion result will be displayed in a preview window. Once confirmed, you can click the button to replace the original selected text with one click.
Plugin Network Configuration
Open VSCode Settings (shortcut Cmd + , or Ctrl + ,) and search for gotool to find the following configuration options:
| Option | Description | Required |
|---|---|---|
gotool.webUrl | GoTool main website service URL | https://gotool.top |
gotool.apiUrl | Backend API service URL | https://gotool.top/toolapi |
gotool.token | User authorization token for membership verification | (none) |
How to get a Token? You will be redirected to the Profile page, then click the “Authorize VSCode” button to obtain the Token and configure it here.