|
1 | | -# Ethereum IDE in VSCode |
| 1 | +# Ethereum plugin for VSCode |
2 | 2 | [](https://gitter.im/Ethereum-Devtools-Developers-Studio/ethcode) |
3 | 3 |
|
| 4 | +Ethcode is a vscode plugin for compiling, deploy, execute solidity and vyper smart contracts/programs in Ethereum blockchian. It supports multiple test networks. Ethcode has inbuilt support for Remix transaction debug and solidity unit testing. |
| 5 | + |
4 | 6 | ## System support |
5 | 7 | * Linux, Mac, Windows |
6 | 8 |
|
7 | 9 | ## Usage instructions |
8 | 10 | `ctrl+alt+e` - activate the plugin. |
9 | | - |
| 11 | + |
| 12 | + |
10 | 13 |
|
11 | 14 | `ctrl+alt+c` - compile contracts. |
| 15 | + |
12 | 16 |  |
13 | 17 |
|
| 18 | +Deploy contracts to test network. |
| 19 | + |
| 20 | + |
| 21 | + |
14 | 22 | `ctrl+alt+t` - run unit testing. |
15 | | - |
| 23 | + |
| 24 | + |
16 | 25 |
|
17 | 26 | **Note:** *compilation with latest/default version is faster. compilation with any other selected version can be slower as it loads the compiler version from internet.* |
18 | 27 |
|
@@ -73,4 +82,4 @@ Add following lines in vscode `settings.json` |
73 | 82 | * https://github.com/Microsoft/vscode-go/wiki/Building,-Debugging-and-Sideloading-the-extension-in-Visual-Studio-Code |
74 | 83 | * https://code.visualstudio.com/api/working-with-extensions/bundling-extension |
75 | 84 | * https://stackoverflow.com/questions/50885128/how-can-i-debug-a-child-process-fork-process-from-visual-studio-code |
76 | | -* https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_automatically-attach-debugger-to-nodejs-subprocesses |
| 85 | +* https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_automatically-attach-debugger-to-nodejs-subprocesses |
0 commit comments