Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Editors section under Resources #3672

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ General
- `Vyper greatest hits smart contract examples <https://github.com/pynchmeister/vyper-greatest-hits/tree/main/contracts>`_
- `A curated list of Vyper resources, libraries, tools, and more <https://github.com/stars/pcaversaccio/lists/vyper>`_

Editors
-------

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add the VScode plugin as well as the Vim plugins and such

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vyper-lsp is both VS Code and Vim, or is there some other plugin as well?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes to vim-vyper

for vscode vyper, tintinweb's version is slowly becoming unmaintained(?) but we could put in https://github.com/z80dev/vscode-vyper-lsp-extension

- `vyper-lsp <https://github.com/vyperlang/vyper-lsp>`__ syntax highlighting and autocompletion for Visual Studio Code, Emacs, Vim and others
- `Remix <https://remix.ethereum.org/>`__ - online environment for developing Ethereum smart contracts

Frameworks and tooling
----------------------

Expand Down