Skip to content

Visual Studio Code extension for nadesiko3(なでしこ3)

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.nadesiko3
Unknown
LICENSE.vscode-extension-samples
Notifications You must be signed in to change notification settings

kna/nadesiko3-vscode-extension

 
 

Repository files navigation

nadesiko3 vscode extension

This is a Visual Studio Code extension for nadesiko3(なでしこ3)

Functionality

  • Syntax Highlight
  • Diagnostics regenerated on each file change or configuration change

Running the code

  • Run npm install in this folder. This installs all necessary npm modules in both the client and server folder
  • Open VS Code on this folder.
  • Press Ctrl+Shift+B to compile the client and server.
  • Switch to the Debug viewlet.
  • Select Launch Client from the drop down.
  • Run the launch config.
  • If you want to debug the server as well use the launch configuration Attach to Server
  • In the [Extension Development Host] instance of VSCode, open a document with ".nako3" extension.
    • Enter text content such as 「こんにちは」を表示. It will be hilighted.
    • If the content is invalid, this extension will emit diagnostics.
  • You can package this extension by running npm run package.

demo

demo

About

Visual Studio Code extension for nadesiko3(なでしこ3)

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.nadesiko3
Unknown
LICENSE.vscode-extension-samples

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 3.0%
  • Shell 1.0%