-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
75 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
| ||
commonmark.js dingus | ||
|
||
clear permalink Smart punctuation | ||
## Try CommonMark | ||
|
||
You can try CommonMark here. This dingus is powered by | ||
[commonmark.js](https://github.com/commonmark/commonmark.js), the | ||
JavaScript reference implementation. | ||
|
||
1. item one | ||
2. item two | ||
- sublist | ||
- sublist | ||
|
||
Preview | ||
HTML | ||
AST | ||
|
||
<h2>About</h2> | ||
<p>The StratisEVM extension provides support for developing Stratis Solidity smart contracts inside Visual Studio.</p> | ||
<h2>Features</h2> | ||
<ul> | ||
<li>Uses <a href="https://github.com/juanfranblanco/vscode-solidity">vscode-solidity</a> language server</li> | ||
<li>Integrates with Visual Studio "Open Folder"</li> | ||
<li>Syntax highlighting</li> | ||
<li>Intellisense</li> | ||
<li>Linting</li> | ||
<li>Compiling a Solidity file from inside Visual Studio</li> | ||
</ul> | ||
<h2>Requirements</h2> | ||
<ul> | ||
<li>Visual Stdio 2022</li> | ||
<li>A recent version of <a href="https://nodejs.org/">Node.js</a></li> | ||
</ul> | ||
<h2>Usage</h2> | ||
<p>Use the Visual Studio Open Folder... feature to open a folder with Solidity contracts.</p> | ||
<p>The first time you open a folder with Solidity contracts the extension will install the necessary Node.js modules in the extension's private <code>node_modules</code> directory. | ||
This will take a few seconds to complete so opening the folder will be slower than normal but after the modules are installed the first time, opening folders containing | ||
Solidity contracts will be as usual.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## About | ||
The StratisEVM extension provides support for developing Stratis Solidity smart contracts inside Visual Studio. | ||
|
||
## Features | ||
* Uses [vscode-solidity](https://github.com/juanfranblanco/vscode-solidity) language server | ||
* Integrates with Visual Studio "Open Folder" | ||
* Syntax highlighting | ||
* Intellisense | ||
* Linting | ||
* Compiling a Solidity file from inside Visual Studio | ||
|
||
## Requirements | ||
* Visual Stdio 2022 | ||
* A recent version of [Node.js](https://nodejs.org/) | ||
|
||
## Usage | ||
Use the Visual Studio Open Folder... feature to open a folder with Solidity contracts. | ||
|
||
The first time you open a folder with Solidity contracts the extension will install the necessary Node.js modules in the extension's private `node_modules` directory. | ||
This will take a few seconds to complete so opening the folder will be slower than normal but after the modules are installed the first time, opening folders containing | ||
Solidity contracts will be as usual. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,5 @@ | |
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters