Skip to content

(Experimental) Official AiScript support extension for VSCode with some Misskey-related snippets

License

Notifications You must be signed in to change notification settings

aiscript-dev/aiscript-vscode

Repository files navigation

AiScript Highlighting VSCode Extension (Experimental)

日本語

Screenshot

Features

AiScript Highlighting is an extension for Visual Studio Code that provides syntax highlighting for AiScript.

  • Syntax highlighting for AiScript that just works
  • Intellisense for all AiScript features, not just a snippet
    • (Comes with Misskey-related properties!)

How to Install

Head to the releases page and download the latest version of the .vsix file.

Requirements

Works with Visual Studio Code v1.83.0 or later

Release Notes

Please refer to CHANGELOG.md

Development

Build Locally

Run:

# Install dependencies
$ npm i

# Pack into .vsix file using VSCE
$ npx vsce package

# (If command above didn't work, try below)
$ npm install -g vsce
$ vsce package

About

(Experimental) Official AiScript support extension for VSCode with some Misskey-related snippets

Topics

Resources

License

Stars

Watchers

Forks

Packages