The cashscript
extension for VS Code provides auto-completion, linting, and more when writing smart contracts with CashScript.
- Syntax Highlighting
- Auto-Completion
- Snippets
- Linting
CashScript is a high-level language that allows you to write Bitcoin Cash smart contracts in a straightforward and familiar way. Its syntax is inspired by Ethereum's Solidity language, but its functionality is different since the underlying systems have very different fundamentals. See the language documentation for a full reference of the language.
The original version of this extension was created by Nathaniel Cherian and was inspired by vscode-solidity.