Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

7finney/code-remix

Repository files navigation

Repository moved

New repository - github.com/ethereum/remix-vscode

Remix Plugins manager

This project aims to provide a similar interface like vscode extension manager but for Remix plugins.

Development

yarn
code .
[start plugin with F5]

Installation

Install from Visualstudio Marketplace

Select, activate, deactivate plugin

Activate, deactivate remix plugin

Load a development plugin

  • 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.