GO Online Toolset
home
search
To Boss

vscode plugin
new
27  |   |   |  3

VSCode Plugin

  • Integrates commonly used GoTool features into the VSCode editor.
Usage Instructions
  1. Select the text you want to convert in the editor (SQL or JSON).
  2. Right-click and choose GoTool: SQL Convert Tools or GoTool: JSON Convert Tools, etc.
  3. Select the target format from the submenu.
  4. 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:

OptionDescriptionRequired
gotool.webUrlGoTool main website service URLhttps://gotool.top
gotool.apiUrlBackend API service URLhttps://gotool.top/toolapi
gotool.tokenUser 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.