From 790da5380c1c9d90840fdddb763b5eedf39c75f1 Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Thu, 16 Nov 2023 14:32:40 +0300 Subject: [PATCH] Adding Editors section under Resources - vyper-lsp - Remix --- docs/resources.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/resources.rst b/docs/resources.rst index a3dfa480ed..4807ec4fe3 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -15,6 +15,12 @@ General - `Vyper greatest hits smart contract examples `_ - `A curated list of Vyper resources, libraries, tools, and more `_ +Editors +------- + +- `vyper-lsp `__ syntax highlighting and autocompletion for Visual Studio Code, Emacs, Vim and others +- `Remix `__ - online environment for developing Ethereum smart contracts + Frameworks and tooling ----------------------