Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>cashscriptNew to Visual Studio Code? Get it now.
cashscript

cashscript

NathanielCherian

|
472 installs
| (2) | Free
Cashscript language support for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-cashscript

Visual Studio Marketplace Version (including pre-releases) Visual Studio Marketplace Downloads Visual Studio Marketplace Rating (Stars)

Vscode-cashscript provides tools that make it easier for developers to write smart contracts with cashscript.

example of vscode-cashscript

A special thank you to vscode-solidity which inspired much of the code structure!

Features

  • Syntax Highlighting
  • Auto-Completion
  • Snippets
  • Linting

Development Instructions

Press F5 or click the "Compile Contract" button in the top right. A json file containing the contract artifiact will be created in the same directory with the same name.

Clone the project

git clone https://github.com/nathanielCherian/vscode-cashscript

Install Dependencies

cd vscode-cashscript && npm i

Open the project in vscode.

code .

Press F5 anywhere to start the test window, open the examples folder to test out any '.cash' file. All relevent files are located within the /src directory.

Extension Settings

None available yet.

Known Issues

None available yet.

Release Notes

Check the changelog for past releases. Latest stable version:

0.2.0

  • Compatible with cashscript@0.7.0
    • Updated to new Native Introspection functionality
    • Added tuple destructuring
    • Added new constant keyword
    • Added '*' operator
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft