New repository - github.com/ethereum/remix-vscode
This project aims to provide a similar interface like vscode extension manager but for Remix plugins.
yarn
code .
[start plugin with F5]
Install from Visualstudio Marketplace
- Click on add plugin button from
Remix Plugins More actions
menu on top right
- Add your
JSON
plugin info into the input box. An example is given below.
{
"name": "solhint-dev",
"displayName": "Solhint development",
"methods": [],
"version": "0.0.1-dev",
"url": "/home/0mkar/Karma/remix-solhint-plugin",
"description": "Run Solhint in your Remix project",
"icon": "https://raw.githubusercontent.com/protofire/solhint/master/solhint-icon.png",
"location": "sidePanel"
}
- Upon enter you will see your development plugin on the activiety toolbar.