Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>vscode-quingoNew to Visual Studio Code? Get it now.
vscode-quingo

vscode-quingo

quanta

|
136 installs
| (0) | Free
Quingo Language Extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quingo Extension

A VSCode Extension for Quingo Language.

Features

  • syntax highlight
  • basic communications with a quingo-lsp-server
  • and so on ...

Requirements

Now you can download the upcoming '.vsix' file in the vsix folder, then install it to VSCode manually. Also you can use this extension from source code:

  1. cd /path/to/extensions,进入VSCode的插件目录,各系统默认位置(有些在.vscode-server目录)如下:
  • [Windows] %USERPROFILE%.vscode\extensions
  • [macOS] ~/.vscode/extensions
  • [Linux] ~/.vscode/extensions
  1. git clone https://gitee.com/oculum/quingo-vscode.git
  2. cd quingo-vscode && npm install && npm run esbuild
  3. Restart your Visual Studio Code

Dependencies require compatible with version in package.json:

  • Nodejs > 14.15.0
  • Visual Studio Code > 1.52.0

Some configuration options in package.json:

  1. quingo.server_mode The server mode switch: "on" or "off". If you don't have an executable quingo-lsp-server, you can set the "default" key to "off".
  2. quingo.server_path The path to the quingo-lsp-server executable. You can also config the executable to your PATH environment variable.
  3. quingo.server_arguments You can use quingo-lsp-server -h to see the arguments of this command.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft