Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Tintin++ Mud Script SupportNew to Visual Studio Code? Get it now.
Tintin++ Mud Script Support

Tintin++ Mud Script Support

瞌睡虫

|
1,069 installs
| (1) | Free
Tintin++ mud script support for vscode, with file extensions .tt or .tin.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Tintin++ Mud Script Support

【中文版 | 英文版】

A vscode extension for Tintin++ script.

Features

  • Code completion
  • Code snippets
  • Highlights
  • Code Folding
  • Support shell script
  • The color code displays the specified color by itself

Encoding

The default encoding of vscode is UTF-8. If the encoding of mud is not UTF-8, you can set the default encoding by the configuration file of vscode.

modify or create file .vscode/setting.json in the root directory of the workspace:

{
    "files.autoGuessEncoding":false,
    "[tintin]": {
        "files.encoding":"gbk"
    },
}

Tip

If any question, please mail to muroncloud@163.com

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft