Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-dianaNew to Visual Studio Code? Get it now.
vscode-diana

vscode-diana

GReSummer

|
33 installs
| (0) | Free
Basic language support for DianaScript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode-Diana

VSCode extension for DianaScript; syntax highlighting support is generated by Typed-BNF.

You can create a sigs.diana.json in the root directory, to define auto-completion for your own modules:

[ // ...
	{
        "module": "MyModule",
        "doc": "...",
        "methods": [
            {
		"name": "my_method",
		"type": "my_method : (Int) -> Int", // optional
		"doc" : "an int-to-int function" // optional
            },
	    // ...
        ]
    },
    // ...
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft